Home
last modified time | relevance | path

Searched refs:IS_LPTIM_INPUT_CAPTURE_INSTANCE (Results 1 – 25 of 40) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_lptim.c1937 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Start()
1980 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Stop()
2014 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Start_IT()
2077 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Stop_IT()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_lptim.c1940 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Start()
1983 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Stop()
2017 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Start_IT()
2080 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Stop_IT()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_lptim.c1925 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Start()
1968 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Stop()
2002 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Start_IT()
2065 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Stop_IT()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_lptim.c1972 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Start()
2015 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Stop()
2049 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Start_IT()
2112 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Stop_IT()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_lptim.c1972 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Start()
2015 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Stop()
2049 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Start_IT()
2112 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Stop_IT()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_lptim.c2102 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Start()
2147 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Stop()
2183 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Start_IT()
2258 assert_param(IS_LPTIM_INPUT_CAPTURE_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_Stop_IT()
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba52xx.h14339 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPT… macro
14794 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPT… macro
Dstm32wba54xx.h15047 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPT… macro
15502 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPT… macro
Dstm32wba5mxx.h15065 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPT… macro
15520 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPT… macro
Dstm32wba55xx.h15065 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPT… macro
15520 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPT… macro
Dstm32wba50xx.h10148 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) ((INSTANCE) == LPTIM1_NS) macro
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h9863 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1) ||\ macro
Dstm32u083xx.h11191 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1) ||\ macro
Dstm32u073xx.h10918 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1) ||\ macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h13323 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPTI… macro
Dstm32h523xx.h19697 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPTI… macro
Dstm32h562xx.h21275 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPTI… macro
Dstm32h533xx.h20296 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPTI… macro
/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dstm32n645xx.h40111 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_S) || ((INSTANCE) == LPTIM… macro
40995 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || \ macro
Dstm32n657xx.h41758 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_S) || ((INSTANCE) == LPTIM… macro
42650 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || \ macro
Dstm32n655xx.h41366 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_S) || ((INSTANCE) == LPTIM… macro
42255 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || \ macro
Dstm32n647xx.h40503 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_S) || ((INSTANCE) == LPTIM… macro
41390 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || \ macro
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h21499 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPT… macro
Dstm32u535xx.h20582 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPT… macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h22813 #define IS_LPTIM_INPUT_CAPTURE_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1) || \ macro

12