Lines Matching refs:Base
222 __STATIC_INLINE void LL_FMAC_SetX1Base(FMAC_TypeDef *FMACx, uint8_t Base) in LL_FMAC_SetX1Base() argument
224 MODIFY_REG(FMACx->X1BUFCFG, FMAC_X1BUFCFG_X1_BASE, ((uint32_t)Base) << FMAC_X1BUFCFG_X1_BASE_Pos); in LL_FMAC_SetX1Base()
272 __STATIC_INLINE void LL_FMAC_SetX2Base(FMAC_TypeDef *FMACx, uint8_t Base) in LL_FMAC_SetX2Base() argument
274 MODIFY_REG(FMACx->X2BUFCFG, FMAC_X2BUFCFG_X2_BASE, ((uint32_t)Base) << FMAC_X2BUFCFG_X2_BASE_Pos); in LL_FMAC_SetX2Base()
353 __STATIC_INLINE void LL_FMAC_SetYBase(FMAC_TypeDef *FMACx, uint8_t Base) in LL_FMAC_SetYBase() argument
355 MODIFY_REG(FMACx->YBUFCFG, FMAC_YBUFCFG_Y_BASE, ((uint32_t)Base) << FMAC_YBUFCFG_Y_BASE_Pos); in LL_FMAC_SetYBase()
947 __STATIC_INLINE void LL_FMAC_ConfigX1(FMAC_TypeDef *FMACx, uint32_t Watermark, uint8_t Base, uint8_… in LL_FMAC_ConfigX1() argument
950 Watermark | (((uint32_t)Base) << FMAC_X1BUFCFG_X1_BASE_Pos) | in LL_FMAC_ConfigX1()
965 __STATIC_INLINE void LL_FMAC_ConfigX2(FMAC_TypeDef *FMACx, uint8_t Base, uint8_t BufferSize) in LL_FMAC_ConfigX2() argument
968 (((uint32_t)Base) << FMAC_X2BUFCFG_X2_BASE_Pos) | in LL_FMAC_ConfigX2()
989 __STATIC_INLINE void LL_FMAC_ConfigY(FMAC_TypeDef *FMACx, uint32_t Watermark, uint8_t Base, uint8_t… in LL_FMAC_ConfigY() argument
992 Watermark | (((uint32_t)Base) << FMAC_YBUFCFG_Y_BASE_Pos) | in LL_FMAC_ConfigY()