Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_can.c758 if(SUCCESS != can_working_mode_set(can_periph, GD32_CAN_MODE_NORMAL)){ in can_frequency_set()
786 if(SUCCESS != can_working_mode_set(can_periph, GD32_CAN_MODE_NORMAL)){ in can_fd_frequency_set()
841 if(SUCCESS != can_working_mode_set(can_periph, GD32_CAN_MODE_NORMAL)){ in can_frequency_set()
1405 }else if(GD32_CAN_MODE_NORMAL == working_mode){
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_can.h785 #define GD32_CAN_MODE_NORMAL ((uint8_t)0x02U) /*!< CAN normal mode */ macro