Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_hrtim.h9694 uint64_t Src0; in LL_HRTIM_FLT_GetSrc() local
9704 Src0 = (uint64_t)temp1 << 32U; in LL_HRTIM_FLT_GetSrc()
9705 Src0 |= (uint64_t)temp2; in LL_HRTIM_FLT_GetSrc()
9706 Src0 = (Src0 >> REG_SHIFT_TAB_FLTxF[iFault]) ; in LL_HRTIM_FLT_GetSrc()
9708 return ((uint32_t)(Src0 | Src1)); in LL_HRTIM_FLT_GetSrc()