Searched refs:CAN_STAT_SLPWS (Results 1 – 8 of 8) sorted by relevance
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()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()
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()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()
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()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)){
171 #define CAN_STAT_SLPWS BIT(1) /*!< sleep working state */ macro
169 #define CAN_STAT_SLPWS BIT(1) /*!< sleep working state */ macro
175 #define CAN_STAT_SLPWS BIT(1) /*!< sleep working state */ macro