Searched refs:Newstate (Results 1 – 8 of 8) sorted by relevance
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/ |
| A D | HAL_can.c | 146 void CAN_ITConfig(CAN_TypeDef* CANx, uint32_t CAN_IT, FunctionalState Newstate) in CAN_ITConfig() argument 151 assert_param(IS_FUNCTIONAL_STATE(Newstate)); in CAN_ITConfig() 152 if (Newstate != DISABLE) in CAN_ITConfig()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_can.c | 146 void CAN_ITConfig(CAN_TypeDef* CANx, uint32_t CAN_IT, FunctionalState Newstate) in CAN_ITConfig() argument 151 assert_param(IS_FUNCTIONAL_STATE(Newstate)); in CAN_ITConfig() 152 if (Newstate != DISABLE) in CAN_ITConfig()
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/ |
| A D | HAL_can.c | 146 void CAN_ITConfig(CAN_TypeDef* CANx, uint32_t CAN_IT, FunctionalState Newstate) in CAN_ITConfig() argument 151 assert_param(IS_FUNCTIONAL_STATE(Newstate)); in CAN_ITConfig() 152 if (Newstate != DISABLE) in CAN_ITConfig()
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/ |
| A D | HAL_can.h | 351 void CAN_ITConfig(CAN_TypeDef* CANx, uint32_t CAN_IT, FunctionalState Newstate);
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_can.h | 351 void CAN_ITConfig(CAN_TypeDef* CANx, uint32_t CAN_IT, FunctionalState Newstate);
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/ |
| A D | HAL_can.h | 351 void CAN_ITConfig(CAN_TypeDef* CANx, uint32_t CAN_IT, FunctionalState Newstate);
|
| /bsp/tkm32F499/Libraries/Hal_lib/inc/ |
| A D | HAL_can.h | 350 void CAN_ITConfig(CAN_TypeDef* CANx, uint32_t CAN_IT, FunctionalState Newstate);
|
| /bsp/tkm32F499/Libraries/Hal_lib/src/ |
| A D | HAL_can.c | 151 void CAN_ITConfig(CAN_TypeDef* CANx, uint32_t CAN_IT, FunctionalState Newstate) in CAN_ITConfig() argument 156 assert_param(IS_FUNCTIONAL_STATE(Newstate)); in CAN_ITConfig() 157 if (Newstate != DISABLE) in CAN_ITConfig()
|
Completed in 28 milliseconds