Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f403/standard_peripheral/source/
Dgd32f403_can.c541 CAN_TSTAT(can_periph) |= CAN_TSTAT_MST0; in can_transmission_stop()
542 while(CAN_TSTAT_MST0 == (CAN_TSTAT(can_periph) & CAN_TSTAT_MST0)){ in can_transmission_stop()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_can.c544 CAN_TSTAT(can_periph) |= CAN_TSTAT_MST0; in can_transmission_stop()
545 while(CAN_TSTAT_MST0 == (CAN_TSTAT(can_periph) & CAN_TSTAT_MST0)) { in can_transmission_stop()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/source/
Dgd32vf103_can.c541 CAN_TSTAT(can_periph) |= CAN_TSTAT_MST0; in can_transmission_stop()
542 while(CAN_TSTAT_MST0 == (CAN_TSTAT(can_periph) & CAN_TSTAT_MST0)){ in can_transmission_stop()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_can.c1190 CAN_TSTAT(can_periph) |= CAN_TSTAT_MST0;
1191 while(CAN_TSTAT_MST0 == (CAN_TSTAT(can_periph) & CAN_TSTAT_MST0)){
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f403/standard_peripheral/include/
Dgd32f403_can.h183 #define CAN_TSTAT_MST0 BIT(7) /*!< mailbox0 stop transmit… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_can.h185 #define CAN_TSTAT_MST0 BIT(7) /*!< mailbox0 stop transmit… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/include/
Dgd32vf103_can.h183 #define CAN_TSTAT_MST0 BIT(7) /*!< mailbox0 stop transmit… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_can.h189 #define CAN_TSTAT_MST0 BIT(7) /*!< mailbox0 stop transmit… macro