Home
last modified time | relevance | path

Searched refs:OUTPUTPOLARITY (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h2196 #define IS_HRTIM_OUTPUTPOLARITY(OUTPUTPOLARITY)\ argument
2197 (((OUTPUTPOLARITY) == HRTIM_OUTPUTPOLARITY_HIGH) || \
2198 ((OUTPUTPOLARITY) == HRTIM_OUTPUTPOLARITY_LOW))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h2225 #define IS_HRTIM_OUTPUTPOLARITY(OUTPUTPOLARITY)\ argument
2226 (((OUTPUTPOLARITY) == HRTIM_OUTPUTPOLARITY_HIGH) || \
2227 ((OUTPUTPOLARITY) == HRTIM_OUTPUTPOLARITY_LOW))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h2918 #define IS_HRTIM_OUTPUTPOLARITY(OUTPUTPOLARITY)\ argument
2919 (((OUTPUTPOLARITY) == HRTIM_OUTPUTPOLARITY_HIGH) || \
2920 ((OUTPUTPOLARITY) == HRTIM_OUTPUTPOLARITY_LOW))