Searched refs:hrtim_eecr3 (Results 1 – 3 of 3) sorted by relevance
7941 uint32_t hrtim_eecr3; in HRTIM_EventConfig() local7946 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 …]
8110 uint32_t hrtim_eecr3; in HRTIM_EventConfig() local8115 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 …]
9680 uint32_t hrtim_eecr3; in HRTIM_EventConfig() local9685 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 …]