Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_can.h147 #define CAN_CTL1_MTO BIT(4) /*!< mailb… macro
920 #define CAN_TX_LOW_NUM_MB_FIRST CAN_CTL1_MTO /*!< low …
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_can.c154 CAN_CTL1(can_periph) &= ~CAN_CTL1_MTO; in can_init()