Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c4001 uint32_t source0, source1; in HAL_HRTIM_FaultConfig() local
4024 source0 = (pFaultCfg->Source & 1U); in HAL_HRTIM_FaultConfig()
4033 hrtim_fltinr1 |= (source0 << HRTIM_FLTINR1_FLT1SRC_0_Pos); in HAL_HRTIM_FaultConfig()
4045 hrtim_fltinr1 |= (source0 << HRTIM_FLTINR1_FLT2SRC_0_Pos); in HAL_HRTIM_FaultConfig()
4057 hrtim_fltinr1 |= (source0 << HRTIM_FLTINR1_FLT3SRC_0_Pos); in HAL_HRTIM_FaultConfig()
4069 hrtim_fltinr1 |= (source0 << HRTIM_FLTINR1_FLT4SRC_0_Pos); in HAL_HRTIM_FaultConfig()
4081 hrtim_fltinr2 |= (source0 << HRTIM_FLTINR2_FLT5SRC_0_Pos); in HAL_HRTIM_FaultConfig()
4093 hrtim_fltinr2 |= (source0 << HRTIM_FLTINR2_FLT6SRC_0_Pos); in HAL_HRTIM_FaultConfig()