Searched refs:can_working_mode_set (Results 1 – 8 of 8) sorted by relevance
| /hal_gigadevice-latest/gd32e50x/standard_peripheral/source/ |
| D | gd32e50x_can.c | 739 if(SUCCESS == can_working_mode_set(can_periph, GD32_CAN_MODE_INITIALIZE)){ in can_frequency_set() 758 if(SUCCESS != can_working_mode_set(can_periph, GD32_CAN_MODE_NORMAL)){ in can_frequency_set() 780 if(SUCCESS == can_working_mode_set(can_periph, GD32_CAN_MODE_INITIALIZE)){ in can_fd_frequency_set() 786 if(SUCCESS != can_working_mode_set(can_periph, GD32_CAN_MODE_NORMAL)){ in can_fd_frequency_set() 832 if(SUCCESS == can_working_mode_set(can_periph, GD32_CAN_MODE_INITIALIZE)){ in can_frequency_set() 841 if(SUCCESS != can_working_mode_set(can_periph, GD32_CAN_MODE_NORMAL)){ in can_frequency_set() 1385 ErrStatus can_working_mode_set(uint32_t can_periph, uint8_t working_mode) function
|
| /hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/ |
| D | gd32f4xx_can.c | 673 ErrStatus can_working_mode_set(uint32_t can_periph, uint8_t working_mode) in can_working_mode_set() function
|
| /hal_gigadevice-latest/gd32vf103/standard_peripheral/source/ |
| D | gd32vf103_can.c | 670 ErrStatus can_working_mode_set(uint32_t can_periph, uint8_t working_mode) in can_working_mode_set() function
|
| /hal_gigadevice-latest/gd32f403/standard_peripheral/source/ |
| D | gd32f403_can.c | 670 ErrStatus can_working_mode_set(uint32_t can_periph, uint8_t working_mode) in can_working_mode_set() function
|
| /hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/ |
| D | gd32f4xx_can.h | 725 ErrStatus can_working_mode_set(uint32_t can_periph, uint8_t working_mode);
|
| /hal_gigadevice-latest/gd32vf103/standard_peripheral/include/ |
| D | gd32vf103_can.h | 729 ErrStatus can_working_mode_set(uint32_t can_periph, uint8_t working_mode);
|
| /hal_gigadevice-latest/gd32f403/standard_peripheral/include/ |
| D | gd32f403_can.h | 729 ErrStatus can_working_mode_set(uint32_t can_periph, uint8_t working_mode);
|
| /hal_gigadevice-latest/gd32e50x/standard_peripheral/include/ |
| D | gd32e50x_can.h | 898 ErrStatus can_working_mode_set(uint32_t can_periph, uint8_t working_mode);
|