Home
last modified time | relevance | path

Searched refs:LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC (Results 1 – 25 of 34) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_lptim.h196 #define LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC 0x00000000U macro
684 ((__SOURCE__) == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_lptim.h196 #define LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC 0x00000000U macro
748 ((__SOURCE__) == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_lptim.h203 #define LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC 0x00000000U macro
703 ((__SOURCE__) == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC))
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_lptim.h203 #define LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC 0x00000000U macro
697 ((__SOURCE__) == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC))
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_lptim.h205 #define LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC 0x00000000U macro
754 ((__SOURCE__) == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_lptim.h196 #define LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC 0x00000000U macro
773 ((__SOURCE__) == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC))
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_lptim.h219 #define LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC 0x00000000U macro
776 ((__SOURCE__) == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_lptim.h205 #define LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC 0x00000000U macro
715 ((__SOURCE__) == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_lptim.h204 #define LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC 0x00000000U macro
743 ((__SOURCE__) == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_lptim.h224 #define LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC 0x00000000U macro
817 ((__SOURCE__) == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_lptim.h219 #define LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC 0x00000000U macro
826 ((__SOURCE__) == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_lptim.c327 if (hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC) in HAL_LPTIM_Init()
1180 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start()
1272 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start_IT()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_lptim.c306 if (hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC) in HAL_LPTIM_Init()
1151 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start()
1243 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start_IT()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_lptim.c303 if (hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC) in HAL_LPTIM_Init()
1127 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start()
1219 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start_IT()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_lptim.c303 if (hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC) in HAL_LPTIM_Init()
1127 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start()
1219 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start_IT()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_lptim.c324 if (hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC) in HAL_LPTIM_Init()
1167 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start()
1259 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start_IT()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_lptim.c303 if (hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC) in HAL_LPTIM_Init()
1127 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start()
1219 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start_IT()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_lptim.c306 if (hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC) in HAL_LPTIM_Init()
1152 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start()
1244 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start_IT()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_lptim.c306 if (hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC) in HAL_LPTIM_Init()
1141 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start()
1233 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start_IT()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_lptim.c347 if (hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC) in HAL_LPTIM_Init()
1214 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start()
1306 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start_IT()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_lptim.c347 if (hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC) in HAL_LPTIM_Init()
1214 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start()
1306 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start_IT()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_lptim.c353 if (hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC) in HAL_LPTIM_Init()
1228 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start()
1320 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start_IT()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_lptim.h290 #define LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC 0x00000000U macro
1094 ((__SOURCE__) == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_lptim.h286 #define LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC 0x00000000U macro
1035 ((__SOURCE__) == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_lptim.h290 #define LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC 0x00000000U macro
1096 ((__SOURCE__) == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC))

12