Searched refs:CMP_TypeDef (Results 1 – 5 of 5) sorted by relevance
| /bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/src/ |
| A D | tae32f53xx_ll_cmp.c | 71 LL_StatusETypeDef LL_CMP_Init(CMP_TypeDef *Instance) in LL_CMP_Init() 91 LL_StatusETypeDef LL_CMP_DeInit(CMP_TypeDef *Instance) in LL_CMP_DeInit() 116 __WEAK void LL_CMP_MspInit(CMP_TypeDef *Instance) in LL_CMP_MspInit() 131 __WEAK void LL_CMP_MspDeInit(CMP_TypeDef *Instance) in LL_CMP_MspDeInit() 171 LL_StatusETypeDef LL_CMP_ChannelConfig(CMP_TypeDef *Instance, uint32_t Channel, CMP_ChannelConfType… in LL_CMP_ChannelConfig() 245 LL_StatusETypeDef LL_CMP_Start(CMP_TypeDef *Instance, uint32_t Channel) in LL_CMP_Start() 273 LL_StatusETypeDef LL_CMP_Stop(CMP_TypeDef *Instance, uint32_t Channel) in LL_CMP_Stop() 313 void LL_CMP_IRQHandler(CMP_TypeDef *Instance) in LL_CMP_IRQHandler() 347 __WEAK void LL_CMP_FailingEdgeTrigCallback(CMP_TypeDef *Instance, uint32_t Channel) in LL_CMP_FailingEdgeTrigCallback() 364 __WEAK void LL_CMP_RisingEdgeTrigCallback(CMP_TypeDef *Instance, uint32_t Channel) in LL_CMP_RisingEdgeTrigCallback()
|
| /bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/inc/ |
| A D | tae32f53xx_ll_cmp.h | 364 LL_StatusETypeDef LL_CMP_Init(CMP_TypeDef *Instance); 365 LL_StatusETypeDef LL_CMP_DeInit(CMP_TypeDef *Instance); 366 void LL_CMP_MspInit(CMP_TypeDef *Instance); 367 void LL_CMP_MspDeInit(CMP_TypeDef *Instance); 376 LL_StatusETypeDef LL_CMP_ChannelConfig(CMP_TypeDef *Instance, uint32_t Channel, CMP_ChannelConfType… 385 LL_StatusETypeDef LL_CMP_Start(CMP_TypeDef *Instance, uint32_t Channel); 386 LL_StatusETypeDef LL_CMP_Stop(CMP_TypeDef *Instance, uint32_t Channel); 395 void LL_CMP_IRQHandler(CMP_TypeDef *Instance); 396 void LL_CMP_FailingEdgeTrigCallback(CMP_TypeDef *Instance, uint32_t Channel); 397 void LL_CMP_RisingEdgeTrigCallback(CMP_TypeDef *Instance, uint32_t Channel);
|
| /bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/ |
| A D | lib_cmp.h | 28 } CMP_TypeDef; typedef 179 void CMP_Init(uint32_t CMPx, CMP_TypeDef *InitStruct); 180 void CMP_StructInit(CMP_TypeDef *InitStruct);
|
| /bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/ |
| A D | lib_cmp.c | 102 void CMP_Init(uint32_t CMPx, CMP_TypeDef *InitStruct) in CMP_Init() 197 void CMP_StructInit(CMP_TypeDef *InitStruct) in CMP_StructInit()
|
| /bsp/tae32f5300/Libraries/CMSIS/Device/Tai_action/TAE32F53xx/Include/ |
| A D | tae32f53xx.h | 542 } CMP_TypeDef; typedef 1027 #define CMP ((CMP_TypeDef *) CMP_BASE ) /*!< CMP Peripheral Declaration …
|
Completed in 57 milliseconds