Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_can.c310 while((CAN_STAT_IWS != (CAN_STAT(can_periph) & CAN_STAT_IWS)) && (0U != timeout)){ in can_init()
314 if(CAN_STAT_IWS != (CAN_STAT(can_periph) & CAN_STAT_IWS)){ in can_init()
388 while((CAN_STAT_IWS == (CAN_STAT(can_periph) & CAN_STAT_IWS)) && (0U != timeout)){ in can_init()
598 while((CAN_STAT_IWS != (CAN_STAT(can_periph) & CAN_STAT_IWS)) && (0U != timeout)){ in can_monitor_mode_set()
602 if(CAN_STAT_IWS != (CAN_STAT(can_periph) & CAN_STAT_IWS)){ in can_monitor_mode_set()
612 … while((0U != (CAN_STAT(can_periph) & (CAN_STAT_IWS | CAN_STAT_SLPWS))) && (0U != timeout)){ in can_monitor_mode_set()
615 if(0U != (CAN_STAT(can_periph) & (CAN_STAT_IWS | CAN_STAT_SLPWS))){ in can_monitor_mode_set()
663 while((CAN_STAT_IWS != (CAN_STAT(can_periph) & CAN_STAT_IWS)) && (0U != timeout)){ in can_fd_init()
667 if(CAN_STAT_IWS != (CAN_STAT(can_periph) & CAN_STAT_IWS)){ in can_fd_init()
712 while((CAN_STAT_IWS == (CAN_STAT(can_periph) & CAN_STAT_IWS)) && (0U != timeout)){ in can_fd_init()
[all …]
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_can.c170 while((CAN_STAT_IWS != (CAN_STAT(can_periph) & CAN_STAT_IWS)) && (0U != timeout)) { in can_init()
174 if(CAN_STAT_IWS != (CAN_STAT(can_periph) & CAN_STAT_IWS)) { in can_init()
224 while((CAN_STAT_IWS == (CAN_STAT(can_periph) & CAN_STAT_IWS)) && (0U != timeout)) { in can_init()
685 while((CAN_STAT_IWS != (CAN_STAT(can_periph) & CAN_STAT_IWS)) && (0U != timeout)) { in can_working_mode_set()
688 if(CAN_STAT_IWS != (CAN_STAT(can_periph) & CAN_STAT_IWS)) { in can_working_mode_set()
697 while((0U != (CAN_STAT(can_periph) & (CAN_STAT_IWS | CAN_STAT_SLPWS))) && (0U != timeout)) { in can_working_mode_set()
700 if(0U != (CAN_STAT(can_periph) & (CAN_STAT_IWS | CAN_STAT_SLPWS))) { in can_working_mode_set()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_can.c169 while((CAN_STAT_IWS != (CAN_STAT(can_periph) & CAN_STAT_IWS)) && (0U != timeout)){ in can_init()
173 if(CAN_STAT_IWS != (CAN_STAT(can_periph) & CAN_STAT_IWS)){ in can_init()
223 while((CAN_STAT_IWS == (CAN_STAT(can_periph) & CAN_STAT_IWS)) && (0U != timeout)){ in can_init()
682 while((CAN_STAT_IWS != (CAN_STAT(can_periph) & CAN_STAT_IWS)) && (0U != timeout)){ in can_working_mode_set()
685 if(CAN_STAT_IWS != (CAN_STAT(can_periph) & CAN_STAT_IWS)){ in can_working_mode_set()
694 while((0U != (CAN_STAT(can_periph) & (CAN_STAT_IWS | CAN_STAT_SLPWS))) && (0U != timeout)){ in can_working_mode_set()
697 if(0U != (CAN_STAT(can_periph) & (CAN_STAT_IWS | CAN_STAT_SLPWS))){ in can_working_mode_set()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_can.c169 while((CAN_STAT_IWS != (CAN_STAT(can_periph) & CAN_STAT_IWS)) && (0U != timeout)){ in can_init()
173 if(CAN_STAT_IWS != (CAN_STAT(can_periph) & CAN_STAT_IWS)){ in can_init()
223 while((CAN_STAT_IWS == (CAN_STAT(can_periph) & CAN_STAT_IWS)) && (0U != timeout)){ in can_init()
682 while((CAN_STAT_IWS != (CAN_STAT(can_periph) & CAN_STAT_IWS)) && (0U != timeout)){ in can_working_mode_set()
685 if(CAN_STAT_IWS != (CAN_STAT(can_periph) & CAN_STAT_IWS)){ in can_working_mode_set()
694 while((0U != (CAN_STAT(can_periph) & (CAN_STAT_IWS | CAN_STAT_SLPWS))) && (0U != timeout)){ in can_working_mode_set()
697 if(0U != (CAN_STAT(can_periph) & (CAN_STAT_IWS | CAN_STAT_SLPWS))){ in can_working_mode_set()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_can.h170 #define CAN_STAT_IWS BIT(0) /*!< initial working state … macro
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_can.h168 #define CAN_STAT_IWS BIT(0) /*!< initial working state … macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_can.h168 #define CAN_STAT_IWS BIT(0) /*!< initial working state … macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_can.h174 #define CAN_STAT_IWS BIT(0) /*!< initial working state … macro