Searched refs:EventType (Results 1 – 6 of 6) sorted by relevance
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_adc.c | 1009 HAL_StatusTypeDef HAL_ADC_PollForEvent(ADC_HandleTypeDef* hadc, uint32_t EventType, uint32_t Timeou… in HAL_ADC_PollForEvent() argument 1015 assert_param(IS_ADC_EVENT_TYPE(EventType)); in HAL_ADC_PollForEvent() 1021 while(__HAL_ADC_GET_FLAG(hadc, EventType) == RESET) in HAL_ADC_PollForEvent() 1039 switch(EventType) in HAL_ADC_PollForEvent()
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_adc.c | 1027 HAL_StatusTypeDef HAL_ADC_PollForEvent(ADC_HandleTypeDef* hadc, uint32_t EventType, uint32_t Timeou… in HAL_ADC_PollForEvent() argument 1033 assert_param(IS_ADC_EVENT_TYPE(EventType)); in HAL_ADC_PollForEvent() 1039 while(__HAL_ADC_GET_FLAG(hadc, EventType) == RESET) in HAL_ADC_PollForEvent() 1057 switch(EventType) in HAL_ADC_PollForEvent()
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_adc.c | 1599 HAL_StatusTypeDef HAL_ADC_PollForEvent(ADC_HandleTypeDef* hadc, uint32_t EventType, uint32_t Timeou… in HAL_ADC_PollForEvent() argument 1605 assert_param(IS_ADC_EVENT_TYPE(EventType)); in HAL_ADC_PollForEvent() 1611 while(__HAL_ADC_GET_FLAG(hadc, EventType) == 0UL) in HAL_ADC_PollForEvent() 1629 switch(EventType) in HAL_ADC_PollForEvent()
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_adc.h | 1758 HAL_StatusTypeDef HAL_ADC_PollForEvent(ADC_HandleTypeDef* hadc, uint32_t EventType, uint32_t …
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_adc.h | 1073 HAL_StatusTypeDef HAL_ADC_PollForEvent(ADC_HandleTypeDef* hadc, uint32_t EventType, uint32_t Tim…
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_hal_adc.h | 1253 HAL_StatusTypeDef HAL_ADC_PollForEvent(ADC_HandleTypeDef* hadc, uint32_t EventType, uint32_t …
|