Home
last modified time | relevance | path

Searched defs:CRCx (Results 1 – 8 of 8) sorted by relevance

/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/
A Dfm33lc0xx_fl_crc.h171 __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 …]
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_crc.h108 __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()
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_crc.c33 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()
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Src/
A Dfm33lc0xx_fl_crc.c78 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()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_crc.c63 ErrorStatus LL_CRC_DeInit(CRC_TypeDef *CRCx) in LL_CRC_DeInit()
/bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/
A DSWM320_crc.c36 void CRC_Init(CRC_TypeDef * CRCx, uint32_t mode, uint32_t out_not, uint32_t out_rev, uint32_t ini_v… in CRC_Init()
/bsp/synwit/libraries/SWM341_drivers/
A Ddrv_crypto.c32 CRC_TypeDef *CRCx; member
/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_crypto.c40 CRC_TypeDef *CRCx; member

Completed in 14 milliseconds