Home
last modified time | relevance | path

Searched refs:LPTIM1 (Results 1 – 13 of 13) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_lptim.c51 #if defined (LPTIM1) || defined (LPTIM2)
110 if (LPTIMx == LPTIM1) in LL_LPTIM_DeInit()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_lptim.c51 #if defined (LPTIM1) || defined (LPTIM2)
110 if (LPTIMx == LPTIM1) in LL_LPTIM_DeInit()
Dstm32l4xx_hal_lptim.c322 if(hlptim->Instance == LPTIM1) in HAL_LPTIM_Init()
1063 if (hlptim->Instance == LPTIM1) in HAL_LPTIM_Encoder_Start()
1150 if (hlptim->Instance == LPTIM1) in HAL_LPTIM_Encoder_Start_IT()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_lptim.h766 ((((__INSTANCE__) == LPTIM1) && \
777 (((__INSTANCE__) == LPTIM1) && \
Dstm32l4xx_ll_lptim.h50 #if defined (LPTIM1) || defined (LPTIM2)
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/arm-std/
Dstartup_stm32l073xx.s106 DCD LPTIM1_IRQHandler ; LPTIM1
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/arm-std/
Dstartup_stm32l081xx.s106 DCD LPTIM1_IRQHandler ; LPTIM1
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/arm-std/
Dstartup_stm32l072xx.s106 DCD LPTIM1_IRQHandler ; LPTIM1
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_lptim.h50 #if defined (LPTIM1)
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h643 #define LPTIM1 ((LPTIM_TypeDef *) LPTIM1_BASE) macro
6399 #define IS_LPTIM_INSTANCE(INSTANCE) ((INSTANCE) == LPTIM1)
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h748 #define LPTIM1 ((LPTIM_TypeDef *) LPTIM1_BASE) macro
7593 #define IS_LPTIM_INSTANCE(INSTANCE) ((INSTANCE) == LPTIM1)
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h733 #define LPTIM1 ((LPTIM_TypeDef *) LPTIM1_BASE) macro
7434 #define IS_LPTIM_INSTANCE(INSTANCE) ((INSTANCE) == LPTIM1)
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h1356 #define LPTIM1 ((LPTIM_TypeDef *) LPTIM1_BASE) macro
18007 #define IS_LPTIM_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1) || \