Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_can.c697 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()
711 while((CAN_STAT_SLPWS != (CAN_STAT(can_periph) & CAN_STAT_SLPWS)) && (0U != timeout)) { in can_working_mode_set()
714 if(CAN_STAT_SLPWS != (CAN_STAT(can_periph) & CAN_STAT_SLPWS)) { in can_working_mode_set()
740 while((0U != (CAN_STAT(can_periph) & CAN_STAT_SLPWS)) && (0x00U != timeout)) { in can_wakeup()
744 if(0U != (CAN_STAT(can_periph) & CAN_STAT_SLPWS)) { in can_wakeup()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_can.c694 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()
708 while((CAN_STAT_SLPWS != (CAN_STAT(can_periph) & CAN_STAT_SLPWS)) && (0U != timeout)){ in can_working_mode_set()
711 if(CAN_STAT_SLPWS != (CAN_STAT(can_periph) & CAN_STAT_SLPWS)){ in can_working_mode_set()
737 while((0U != (CAN_STAT(can_periph) & CAN_STAT_SLPWS)) && (0x00U != timeout)){ in can_wakeup()
741 if(0U != (CAN_STAT(can_periph) & CAN_STAT_SLPWS)){ in can_wakeup()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_can.c694 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()
708 while((CAN_STAT_SLPWS != (CAN_STAT(can_periph) & CAN_STAT_SLPWS)) && (0U != timeout)){ in can_working_mode_set()
711 if(CAN_STAT_SLPWS != (CAN_STAT(can_periph) & CAN_STAT_SLPWS)){ in can_working_mode_set()
737 while((0U != (CAN_STAT(can_periph) & CAN_STAT_SLPWS)) && (0x00U != timeout)){ in can_wakeup()
741 if(0U != (CAN_STAT(can_periph) & CAN_STAT_SLPWS)){ in can_wakeup()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_can.c612 … 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()
1409 while((0U != (CAN_STAT(can_periph) & (CAN_STAT_IWS | CAN_STAT_SLPWS))) && (0U != timeout)){
1412 if(0U != (CAN_STAT(can_periph) & (CAN_STAT_IWS | CAN_STAT_SLPWS))){
1423 while((CAN_STAT_SLPWS != (CAN_STAT(can_periph) & CAN_STAT_SLPWS)) && (0U != timeout)){
1426 if(CAN_STAT_SLPWS != (CAN_STAT(can_periph) & CAN_STAT_SLPWS)){
1452 while((0U != (CAN_STAT(can_periph) & CAN_STAT_SLPWS)) && (0x00U != timeout)){
1456 if(0U != (CAN_STAT(can_periph) & CAN_STAT_SLPWS)){
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_can.h171 #define CAN_STAT_SLPWS BIT(1) /*!< sleep working state */ macro
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_can.h169 #define CAN_STAT_SLPWS BIT(1) /*!< sleep working state */ macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_can.h169 #define CAN_STAT_SLPWS BIT(1) /*!< sleep working state */ macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_can.h175 #define CAN_STAT_SLPWS BIT(1) /*!< sleep working state */ macro