Searched defs:CRCx (Results 1 – 8 of 8) sorted by relevance
171 __STATIC_INLINE uint32_t FL_CRC_ReadData(CRC_Type *CRCx) in FL_CRC_ReadData()198 __STATIC_INLINE uint32_t FL_CRC_GetDataWidth(CRC_Type *CRCx) in FL_CRC_GetDataWidth()225 __STATIC_INLINE uint32_t FL_CRC_GetCalculateMode(CRC_Type *CRCx) in FL_CRC_GetCalculateMode()256 __STATIC_INLINE uint32_t FL_CRC_GetInputInvertMode(CRC_Type *CRCx) in FL_CRC_GetInputInvertMode()294 __STATIC_INLINE uint32_t FL_CRC_IsActiveFlag_Zero(CRC_Type *CRCx) in FL_CRC_IsActiveFlag_Zero()305 __STATIC_INLINE uint32_t FL_CRC_IsActiveFlag_Busy(CRC_Type *CRCx) in FL_CRC_IsActiveFlag_Busy()316 __STATIC_INLINE void FL_CRC_EnableOutputXOR(CRC_Type *CRCx) in FL_CRC_EnableOutputXOR()327 __STATIC_INLINE uint32_t FL_CRC_IsEnabledOutputXOR(CRC_Type *CRCx) in FL_CRC_IsEnabledOutputXOR()338 __STATIC_INLINE void FL_CRC_DisableOutputXOR(CRC_Type *CRCx) in FL_CRC_DisableOutputXOR()392 __STATIC_INLINE uint32_t FL_CRC_ReadInitialValue(CRC_Type *CRCx) in FL_CRC_ReadInitialValue()[all …]
108 __STATIC_INLINE void LL_CRC_ResetCRCCalculationUnit(CRC_TypeDef *CRCx) in LL_CRC_ResetCRCCalculationUnit()128 __STATIC_INLINE void LL_CRC_FeedData32(CRC_TypeDef *CRCx, uint32_t InData) in LL_CRC_FeedData32()139 __STATIC_INLINE uint32_t LL_CRC_ReadData32(CRC_TypeDef *CRCx) in LL_CRC_ReadData32()151 __STATIC_INLINE uint32_t LL_CRC_Read_IDR(CRC_TypeDef *CRCx) in LL_CRC_Read_IDR()164 __STATIC_INLINE void LL_CRC_Write_IDR(CRC_TypeDef *CRCx, uint32_t InData) in LL_CRC_Write_IDR()
33 void CRC_Init(CRC_TypeDef * CRCx, CRC_InitStructure * initStruct) in CRC_Init()62 void CRC_SetInitVal(CRC_TypeDef * CRCx, uint32_t init_crc) in CRC_SetInitVal()
78 FL_ErrorStatus FL_CRC_DeInit(CRC_Type *CRCx) in FL_CRC_DeInit()103 FL_ErrorStatus FL_CRC_Init(CRC_Type *CRCx, FL_CRC_InitTypeDef *CRC_InitStruct) in FL_CRC_Init()
63 ErrorStatus LL_CRC_DeInit(CRC_TypeDef *CRCx) in LL_CRC_DeInit()
36 void CRC_Init(CRC_TypeDef * CRCx, uint32_t mode, uint32_t out_not, uint32_t out_rev, uint32_t ini_v… in CRC_Init()
32 CRC_TypeDef *CRCx; member
40 CRC_TypeDef *CRCx; member
Completed in 14 milliseconds