Home
last modified time | relevance | path

Searched refs:IS_LPTIM_IC2_SOURCE (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_lptim.h1175 #define IS_LPTIM_IC2_SOURCE(__INSTANCE__, __SOURCE__) \ macro
1196 #define IS_LPTIM_IC2_SOURCE(__INSTANCE__, __SOURCE__) \ macro
1222 #define IS_LPTIM_IC2_SOURCE(__INSTANCE__, __SOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_lptim.h1182 #define IS_LPTIM_IC2_SOURCE(__INSTANCE__, __SOURCE__) \ macro
1209 #define IS_LPTIM_IC2_SOURCE(__INSTANCE__, __SOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_lptim.h1263 #define IS_LPTIM_IC2_SOURCE(__INSTANCE__, __SOURCE__) \ macro
1291 #define IS_LPTIM_IC2_SOURCE(__INSTANCE__, __SOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_lptim.h1187 #define IS_LPTIM_IC2_SOURCE(__INSTANCE__, __SOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_lptim.h1145 #define IS_LPTIM_IC2_SOURCE(__INSTANCE__, __SOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_lptim.h1200 #define IS_LPTIM_IC2_SOURCE(__INSTANCE__, __SOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_lptim.c2503 assert_param(IS_LPTIM_IC2_SOURCE(hlptim->Instance, sConfig->ICInputSource)); in HAL_LPTIM_IC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_lptim.c2506 assert_param(IS_LPTIM_IC2_SOURCE(hlptim->Instance, sConfig->ICInputSource)); in HAL_LPTIM_IC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_lptim.c2491 assert_param(IS_LPTIM_IC2_SOURCE(hlptim->Instance, sConfig->ICInputSource)); in HAL_LPTIM_IC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_lptim.c2538 assert_param(IS_LPTIM_IC2_SOURCE(hlptim->Instance, sConfig->ICInputSource)); in HAL_LPTIM_IC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_lptim.c2538 assert_param(IS_LPTIM_IC2_SOURCE(hlptim->Instance, sConfig->ICInputSource)); in HAL_LPTIM_IC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_lptim.c2797 assert_param(IS_LPTIM_IC2_SOURCE(hlptim->Instance, sConfig->ICInputSource)); in HAL_LPTIM_IC_ConfigChannel()