Searched refs:DFSDM_LSB_MASK (Results 1 – 1 of 1) sorted by relevance
294 #define DFSDM_LSB_MASK 0x0000FFFFU macro1777 hdfsdm_filter->Instance->FLTJCHGR = (uint32_t)(Channel & DFSDM_LSB_MASK); in HAL_DFSDM_FilterConfigInjChannel()2697 …hdfsdm_filter->Instance->FLTCR2 |= (((awdParam->Channel & DFSDM_LSB_MASK) << DFSDM_FLTCR2_AWDCH_Po… in HAL_DFSDM_FilterAwdStart_IT()2769 hdfsdm_filter->Instance->FLTCR2 |= ((Channel & DFSDM_LSB_MASK) << DFSDM_FLTCR2_EXCH_Pos); in HAL_DFSDM_FilterExdStart()3344 tmp = (uint32_t)(Channels & DFSDM_LSB_MASK); in DFSDM_GetInjChannelsNbr()