Home
last modified time | relevance | path

Searched refs:can_working_mode_set (Results 1 – 8 of 8) sorted by relevance

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_can.c739 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/
Dgd32f4xx_can.c673 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/
Dgd32vf103_can.c670 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/
Dgd32f403_can.c670 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/
Dgd32f4xx_can.h725 ErrStatus can_working_mode_set(uint32_t can_periph, uint8_t working_mode);
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_can.h729 ErrStatus can_working_mode_set(uint32_t can_periph, uint8_t working_mode);
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_can.h729 ErrStatus can_working_mode_set(uint32_t can_periph, uint8_t working_mode);
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_can.h898 ErrStatus can_working_mode_set(uint32_t can_periph, uint8_t working_mode);