Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c7941 uint32_t hrtim_eecr3; in HRTIM_EventConfig() local
7946 hrtim_eecr3 = hhrtim->Instance->sCommonRegs.EECR3; in HRTIM_EventConfig()
8035 hrtim_eecr3 &= ~(HRTIM_EECR3_EE6F); in HRTIM_EventConfig()
8036 hrtim_eecr3 |= (pEventCfg->Filter & HRTIM_EECR3_EE6F); in HRTIM_EventConfig()
8039 hhrtim->Instance->sCommonRegs.EECR3 = hrtim_eecr3; in HRTIM_EventConfig()
8049 hrtim_eecr3 &= ~(HRTIM_EECR3_EE7F); in HRTIM_EventConfig()
8050 hrtim_eecr3 |= ((pEventCfg->Filter << 6U) & HRTIM_EECR3_EE7F); in HRTIM_EventConfig()
8053 hhrtim->Instance->sCommonRegs.EECR3 = hrtim_eecr3; in HRTIM_EventConfig()
8063 hrtim_eecr3 &= ~(HRTIM_EECR3_EE8F); in HRTIM_EventConfig()
8064 hrtim_eecr3 |= ((pEventCfg->Filter << 12U) & HRTIM_EECR3_EE8F); in HRTIM_EventConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c8110 uint32_t hrtim_eecr3; in HRTIM_EventConfig() local
8115 hrtim_eecr3 = hhrtim->Instance->sCommonRegs.EECR3; in HRTIM_EventConfig()
8204 hrtim_eecr3 &= ~(HRTIM_EECR3_EE6F); in HRTIM_EventConfig()
8205 hrtim_eecr3 |= (pEventCfg->Filter & HRTIM_EECR3_EE6F); in HRTIM_EventConfig()
8208 hhrtim->Instance->sCommonRegs.EECR3 = hrtim_eecr3; in HRTIM_EventConfig()
8218 hrtim_eecr3 &= ~(HRTIM_EECR3_EE7F); in HRTIM_EventConfig()
8219 hrtim_eecr3 |= ((pEventCfg->Filter << 6U) & HRTIM_EECR3_EE7F); in HRTIM_EventConfig()
8222 hhrtim->Instance->sCommonRegs.EECR3 = hrtim_eecr3; in HRTIM_EventConfig()
8232 hrtim_eecr3 &= ~(HRTIM_EECR3_EE8F); in HRTIM_EventConfig()
8233 hrtim_eecr3 |= ((pEventCfg->Filter << 12U) & HRTIM_EECR3_EE8F ); in HRTIM_EventConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c9680 uint32_t hrtim_eecr3; in HRTIM_EventConfig() local
9685 hrtim_eecr3 = hhrtim->Instance->sCommonRegs.EECR3; in HRTIM_EventConfig()
9774 hrtim_eecr3 &= ~(HRTIM_EECR3_EE6F); in HRTIM_EventConfig()
9775 hrtim_eecr3 |= (pEventCfg->Filter & HRTIM_EECR3_EE6F); in HRTIM_EventConfig()
9778 hhrtim->Instance->sCommonRegs.EECR3 = hrtim_eecr3; in HRTIM_EventConfig()
9788 hrtim_eecr3 &= ~(HRTIM_EECR3_EE7F); in HRTIM_EventConfig()
9789 hrtim_eecr3 |= ((pEventCfg->Filter << 6U) & HRTIM_EECR3_EE7F); in HRTIM_EventConfig()
9792 hhrtim->Instance->sCommonRegs.EECR3 = hrtim_eecr3; in HRTIM_EventConfig()
9802 hrtim_eecr3 &= ~(HRTIM_EECR3_EE8F); in HRTIM_EventConfig()
9803 hrtim_eecr3 |= ((pEventCfg->Filter << 12U) & HRTIM_EECR3_EE8F); in HRTIM_EventConfig()
[all …]