Searched refs:CAN_DisableInterrupt (Results 1 – 11 of 11) sorted by relevance
| /bsp/apm32/libraries/Drivers/ |
| A D | drv_can.c | 177 CAN_DisableInterrupt(drv_can->CANx, CAN_INT_F0MP); in apm32_can_control() 178 CAN_DisableInterrupt(drv_can->CANx, CAN_INT_F0FULL); in apm32_can_control() 179 CAN_DisableInterrupt(drv_can->CANx, CAN_INT_F0OVR); in apm32_can_control() 180 CAN_DisableInterrupt(drv_can->CANx, CAN_INT_F1MP); in apm32_can_control() 182 CAN_DisableInterrupt(drv_can->CANx, CAN_INT_F1OVR); in apm32_can_control() 196 CAN_DisableInterrupt(drv_can->CANx, CAN_INT_TXME); in apm32_can_control() 210 CAN_DisableInterrupt(drv_can->CANx, CAN_INT_ERRW); in apm32_can_control() 211 CAN_DisableInterrupt(drv_can->CANx, CAN_INT_ERRP); in apm32_can_control() 212 CAN_DisableInterrupt(drv_can->CANx, CAN_INT_BOF); in apm32_can_control() 213 CAN_DisableInterrupt(drv_can->CANx, CAN_INT_LEC); in apm32_can_control() [all …]
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/ |
| A D | apm32e10x_can.h | 340 void CAN_DisableInterrupt(CAN_T* can, uint32_t interrupt);
|
| /bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/ |
| A D | apm32f0xx_can.h | 399 void CAN_DisableInterrupt(uint32_t interrupt);
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/ |
| A D | apm32f10x_can.h | 344 void CAN_DisableInterrupt(CAN_T* can, uint32_t interrupt);
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/ |
| A D | apm32f4xx_can.h | 335 void CAN_DisableInterrupt(CAN_T* can, uint32_t interrupt);
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/ |
| A D | apm32s10x_can.h | 335 void CAN_DisableInterrupt(CAN_T* can, uint32_t interrupt);
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/ |
| A D | apm32e10x_can.c | 749 void CAN_DisableInterrupt(CAN_T* can, uint32_t interrupts) in CAN_DisableInterrupt() function
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/ |
| A D | apm32f4xx_can.c | 768 void CAN_DisableInterrupt(CAN_T *can, uint32_t interrupts) in CAN_DisableInterrupt() function
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/ |
| A D | apm32s10x_can.c | 771 void CAN_DisableInterrupt(CAN_T* can, uint32_t interrupts) in CAN_DisableInterrupt() function
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/ |
| A D | apm32f10x_can.c | 866 void CAN_DisableInterrupt(CAN_T* can, uint32_t interrupts) in CAN_DisableInterrupt() function
|
| /bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/ |
| A D | apm32f0xx_can.c | 858 void CAN_DisableInterrupt(uint32_t interrupt) in CAN_DisableInterrupt() function
|
Completed in 29 milliseconds