Searched refs:cfg2 (Results 1 – 1 of 1) sorted by relevance
5324 uint32_t cfg2 = (uint32_t)((CaptureTrig & 0xFFFFF00F00000000U) >> 32U); in LL_HRTIM_TIM_SetCaptureTrig() local5326 cfg2 = (cfg2 & REG_MASK_TAB_CPT[iTimer]) | ((cfg2 & 0x0000000FU) << (REG_SHIFT_TAB_CPT[iTimer])); in LL_HRTIM_TIM_SetCaptureTrig()5328 WRITE_REG(*pReg, (cfg1 | cfg2)); in LL_HRTIM_TIM_SetCaptureTrig()