Home
last modified time | relevance | path

Searched refs:EXTI_HandleTypeDef (Results 1 – 10 of 10) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_exti.h57 } EXTI_HandleTypeDef; typedef
275 HAL_StatusTypeDef HAL_EXTI_SetConfigLine(EXTI_HandleTypeDef *hexti, EXTI_ConfigTypeDef *pExtiConfig…
276 HAL_StatusTypeDef HAL_EXTI_GetConfigLine(EXTI_HandleTypeDef *hexti, EXTI_ConfigTypeDef *pExtiConfig…
277 HAL_StatusTypeDef HAL_EXTI_ClearConfigLine(EXTI_HandleTypeDef *hexti);
278 HAL_StatusTypeDef HAL_EXTI_RegisterCallback(EXTI_HandleTypeDef *hexti, EXTI_CallbackIDTypeDef Callb…
279 HAL_StatusTypeDef HAL_EXTI_GetHandle(EXTI_HandleTypeDef *hexti, uint32_t ExtiLine);
289 void HAL_EXTI_IRQHandler(EXTI_HandleTypeDef *hexti);
290 uint32_t HAL_EXTI_GetPending(EXTI_HandleTypeDef *hexti, uint32_t Edge);
291 void HAL_EXTI_ClearPending(EXTI_HandleTypeDef *hexti, uint32_t Edge);
292 void HAL_EXTI_GenerateSWI(EXTI_HandleTypeDef *hexti);
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_EXTI.h97 }EXTI_HandleTypeDef; typedef
148 void HAL_EXTI_IRQHandler(EXTI_HandleTypeDef *huart);
151 HAL_StatusTypeDef HAL_EXTI_SetConfigLine(EXTI_HandleTypeDef *hexti);
154 void HAL_EXTI_SoftTrigger(EXTI_HandleTypeDef *hexti);
157 bool HAL_EXTI_GetPending(EXTI_HandleTypeDef *hexti);
160 void HAL_EXTI_ClearPending(EXTI_HandleTypeDef *hexti);
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_EXTI.h97 }EXTI_HandleTypeDef; typedef
148 void HAL_EXTI_IRQHandler(EXTI_HandleTypeDef *huart);
151 HAL_StatusTypeDef HAL_EXTI_SetConfigLine(EXTI_HandleTypeDef *hexti);
154 void HAL_EXTI_SoftTrigger(EXTI_HandleTypeDef *hexti);
157 bool HAL_EXTI_GetPending(EXTI_HandleTypeDef *hexti);
160 void HAL_EXTI_ClearPending(EXTI_HandleTypeDef *hexti);
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_exti.c143 HAL_StatusTypeDef HAL_EXTI_SetConfigLine(EXTI_HandleTypeDef *hexti, EXTI_ConfigTypeDef *pExtiConfig) in HAL_EXTI_SetConfigLine()
238 HAL_StatusTypeDef HAL_EXTI_GetConfigLine(EXTI_HandleTypeDef *hexti, EXTI_ConfigTypeDef *pExtiConfig) in HAL_EXTI_GetConfigLine()
317 HAL_StatusTypeDef HAL_EXTI_ClearConfigLine(EXTI_HandleTypeDef *hexti) in HAL_EXTI_ClearConfigLine()
370 HAL_StatusTypeDef HAL_EXTI_RegisterCallback(EXTI_HandleTypeDef *hexti, EXTI_CallbackIDTypeDef Callb… in HAL_EXTI_RegisterCallback()
395 HAL_StatusTypeDef HAL_EXTI_GetHandle(EXTI_HandleTypeDef *hexti, uint32_t ExtiLine) in HAL_EXTI_GetHandle()
435 void HAL_EXTI_IRQHandler(EXTI_HandleTypeDef *hexti) in HAL_EXTI_IRQHandler()
467 uint32_t HAL_EXTI_GetPending(EXTI_HandleTypeDef *hexti, uint32_t Edge) in HAL_EXTI_GetPending()
496 void HAL_EXTI_ClearPending(EXTI_HandleTypeDef *hexti, uint32_t Edge) in HAL_EXTI_ClearPending()
517 void HAL_EXTI_GenerateSWI(EXTI_HandleTypeDef *hexti) in HAL_EXTI_GenerateSWI()
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_EXTI.c22 void HAL_EXTI_IRQHandler(EXTI_HandleTypeDef *hexti) in HAL_EXTI_IRQHandler()
37 HAL_StatusTypeDef HAL_EXTI_SetConfigLine(EXTI_HandleTypeDef *hexti) in HAL_EXTI_SetConfigLine()
122 void HAL_EXTI_SoftTrigger(EXTI_HandleTypeDef *hexti) in HAL_EXTI_SoftTrigger()
139 bool HAL_EXTI_GetPending(EXTI_HandleTypeDef *hexti) in HAL_EXTI_GetPending()
162 void HAL_EXTI_ClearPending(EXTI_HandleTypeDef *hexti) in HAL_EXTI_ClearPending()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_EXTI.c22 void HAL_EXTI_IRQHandler(EXTI_HandleTypeDef *hexti) in HAL_EXTI_IRQHandler()
37 HAL_StatusTypeDef HAL_EXTI_SetConfigLine(EXTI_HandleTypeDef *hexti) in HAL_EXTI_SetConfigLine()
122 void HAL_EXTI_SoftTrigger(EXTI_HandleTypeDef *hexti) in HAL_EXTI_SoftTrigger()
139 bool HAL_EXTI_GetPending(EXTI_HandleTypeDef *hexti) in HAL_EXTI_GetPending()
162 void HAL_EXTI_ClearPending(EXTI_HandleTypeDef *hexti) in HAL_EXTI_ClearPending()
/bsp/stm32/stm32wl55-st-nucleo/board/CubeMX_Config/Inc/
A Dstm32wlxx_nucleo.h277 extern EXTI_HandleTypeDef hpb_exti[];
/bsp/stm32/stm32wle5-yizhilian-lm401/board/CubeMX_Config/Inc/
A Dstm32wlxx_nucleo.h277 extern EXTI_HandleTypeDef hpb_exti[];
/bsp/acm32/acm32f0x0-nucleo/drivers/
A Ddrv_gpio.c43 EXTI_HandleTypeDef handle;
/bsp/acm32/acm32f4xx-nucleo/drivers/
A Ddrv_gpio.c38 EXTI_HandleTypeDef handle;

Completed in 18 milliseconds