Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_can.c1445 CAN_CTL1(can_periph) &= ~CAN_CTL1_ABORDIS; in can_auto_busoff_recovery_enable()
1456 CAN_CTL1(can_periph) |= CAN_CTL1_ABORDIS; in can_auto_busoff_recovery_disable()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_can.h149 #define CAN_CTL1_ABORDIS BIT(6) /*!< not e… macro