Home
last modified time | relevance | path

Searched refs:LPTIM_INPUT2SOURCE_GPIO (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_lptim.h348 #define LPTIM_INPUT2SOURCE_GPIO 0x00000000U /*!< For LPTIM1 */ macro
869 (((__SOURCE__) == LPTIM_INPUT2SOURCE_GPIO) || \
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_lptim.h348 #define LPTIM_INPUT2SOURCE_GPIO 0x00000000U /*!< For LPTIM1 */ macro
869 (((__SOURCE__) == LPTIM_INPUT2SOURCE_GPIO) || \
/btstack/port/stm32-l476rg-nucleo-sx1280/Src/
H A Dmain.c214 hlptim1.Init.Input2Source = LPTIM_INPUT2SOURCE_GPIO; in MX_LPTIM1_Init()
/btstack/port/stm32-l451-miromico-sx1280/Src/
H A Dmain.c219 hlptim1.Init.Input2Source = LPTIM_INPUT2SOURCE_GPIO; in MX_LPTIM1_Init()