Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h2584 #define IS_HRTIM_FAULTSOURCE(FAULTSOURCE)\ argument
2585 (((FAULTSOURCE) == HRTIM_FAULTSOURCE_DIGITALINPUT) || \
2586 ((FAULTSOURCE) == HRTIM_FAULTSOURCE_INTERNAL))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h2616 #define IS_HRTIM_FAULTSOURCE(FAULTSOURCE)\ argument
2617 (((FAULTSOURCE) == HRTIM_FAULTSOURCE_DIGITALINPUT) || \
2618 ((FAULTSOURCE) == HRTIM_FAULTSOURCE_INTERNAL))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h3448 #define IS_HRTIM_FAULTSOURCE(FAULTSOURCE)\ argument
3449 (((FAULTSOURCE) == HRTIM_FAULTSOURCE_DIGITALINPUT) || \
3450 ((FAULTSOURCE) == HRTIM_FAULTSOURCE_INTERNAL) || \
3451 ((FAULTSOURCE) == HRTIM_FAULTSOURCE_EEVINPUT))