Home
last modified time | relevance | path

Searched refs:CAN_CTL2_ISO (Results 1 – 2 of 2) sorted by relevance

/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_can.c548 CAN_CTL2(can_periph) &= ~CAN_CTL2_ISO; in can_fd_config()
555 CAN_CTL2(can_periph) |= CAN_CTL2_ISO; in can_fd_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_can.h297 #define CAN_CTL2_ISO BIT(12) /*!< ISO C… macro