Home
last modified time | relevance | path

Searched refs:hcomp (Results 1 – 6 of 6) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_comp.c281 if((hcomp == NULL) || ((hcomp->State & COMP_STATE_BIT_LOCK) != RESET)) in HAL_COMP_Init()
331 hcomp->MspInitCallback(hcomp); in HAL_COMP_Init()
446 if((hcomp == NULL) || ((hcomp->State & COMP_STATE_BIT_LOCK) != RESET)) in HAL_COMP_DeInit()
495 hcomp->MspDeInitCallback(hcomp); in HAL_COMP_DeInit()
518 UNUSED(hcomp); in HAL_COMP_MspInit()
533 UNUSED(hcomp); in HAL_COMP_MspDeInit()
731 if((hcomp == NULL) || ((hcomp->State & COMP_STATE_BIT_LOCK) != RESET)) in HAL_COMP_Start()
789 if((hcomp == NULL) || ((hcomp->State & COMP_STATE_BIT_LOCK) != RESET)) in HAL_COMP_Stop()
899 hcomp->TriggerCallback(hcomp); in HAL_COMP_IRQHandler()
1005 UNUSED(hcomp); in HAL_COMP_TriggerCallback()
[all …]
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_COMP.c33 if(hcomp->Init.Comparator == COMP1 ) in HAL_COMP_MspInit()
94 if (hcomp == NULL) in HAL_COMP_Init()
117 HAL_COMP_MspInit(hcomp); in HAL_COMP_Init()
168 if (hcomp == NULL) in HAL_COMP_Enable()
196 if (hcomp == NULL) in HAL_COMP_DeInit()
201 HAL_COMP_MspDeInit(hcomp); in HAL_COMP_DeInit()
203 memset(&hcomp->Init, 0, sizeof(hcomp->Init)); in HAL_COMP_DeInit()
218 if (hcomp == NULL) in HAL_COMP_Disable()
277 if (hcomp == NULL) in HAL_COMP_Lock()
303 return(HAL_COMP_Enable(hcomp)); in HAL_COMP_Start()
[all …]
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_COMP.c33 if(hcomp->Init.Comparator == COMP1 ) in HAL_COMP_MspInit()
99 if (hcomp == NULL) in HAL_COMP_Init()
122 HAL_COMP_MspInit(hcomp); in HAL_COMP_Init()
173 if (hcomp == NULL) in HAL_COMP_Enable()
201 if (hcomp == NULL) in HAL_COMP_DeInit()
206 HAL_COMP_MspDeInit(hcomp); in HAL_COMP_DeInit()
208 memset(&hcomp->Init, 0, sizeof(hcomp->Init)); in HAL_COMP_DeInit()
223 if (hcomp == NULL) in HAL_COMP_Disable()
282 if (hcomp == NULL) in HAL_COMP_Lock()
308 return(HAL_COMP_Enable(hcomp)); in HAL_COMP_Start()
[all …]
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_comp.h589 HAL_StatusTypeDef HAL_COMP_Init(COMP_HandleTypeDef *hcomp);
590 HAL_StatusTypeDef HAL_COMP_DeInit (COMP_HandleTypeDef *hcomp);
591 void HAL_COMP_MspInit(COMP_HandleTypeDef *hcomp);
592 void HAL_COMP_MspDeInit(COMP_HandleTypeDef *hcomp);
608 HAL_StatusTypeDef HAL_COMP_Start(COMP_HandleTypeDef *hcomp);
609 HAL_StatusTypeDef HAL_COMP_Stop(COMP_HandleTypeDef *hcomp);
611 HAL_StatusTypeDef HAL_COMP_Stop_IT(COMP_HandleTypeDef *hcomp);
612 void HAL_COMP_IRQHandler(COMP_HandleTypeDef *hcomp);
621 HAL_StatusTypeDef HAL_COMP_Lock(COMP_HandleTypeDef *hcomp);
622 uint32_t HAL_COMP_GetOutputLevel(COMP_HandleTypeDef *hcomp);
[all …]
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_COMP.h200 void HAL_COMP_MspInit(COMP_HandleTypeDef* hcomp);
201 void HAL_COMP_MspDeInit(COMP_HandleTypeDef* hcomp);
202 HAL_StatusTypeDef HAL_COMP_Init(COMP_HandleTypeDef* hcomp);
203 HAL_StatusTypeDef HAL_COMP_DeInit(COMP_HandleTypeDef* hcomp);
204 HAL_StatusTypeDef HAL_COMP_Enable(COMP_HandleTypeDef* hcomp);
205 HAL_StatusTypeDef HAL_COMP_Disable(COMP_HandleTypeDef* hcomp);
206 HAL_StatusTypeDef HAL_COMP_GetOutputLevel(COMP_HandleTypeDef* hcomp);
207 HAL_StatusTypeDef HAL_COMP_Lock(COMP_HandleTypeDef* hcomp);
208 HAL_StatusTypeDef HAL_COMP_Start(COMP_HandleTypeDef *hcomp);
209 HAL_StatusTypeDef HAL_COMP_Stop(COMP_HandleTypeDef *hcomp);
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_COMP.h200 void HAL_COMP_MspInit(COMP_HandleTypeDef* hcomp);
201 void HAL_COMP_MspDeInit(COMP_HandleTypeDef* hcomp);
202 HAL_StatusTypeDef HAL_COMP_Init(COMP_HandleTypeDef* hcomp);
203 HAL_StatusTypeDef HAL_COMP_DeInit(COMP_HandleTypeDef* hcomp);
204 HAL_StatusTypeDef HAL_COMP_Enable(COMP_HandleTypeDef* hcomp);
205 HAL_StatusTypeDef HAL_COMP_Disable(COMP_HandleTypeDef* hcomp);
206 HAL_StatusTypeDef HAL_COMP_GetOutputLevel(COMP_HandleTypeDef* hcomp);
207 HAL_StatusTypeDef HAL_COMP_Lock(COMP_HandleTypeDef* hcomp);
208 HAL_StatusTypeDef HAL_COMP_Start(COMP_HandleTypeDef *hcomp);
209 HAL_StatusTypeDef HAL_COMP_Stop(COMP_HandleTypeDef *hcomp);

Completed in 40 milliseconds