Home
last modified time | relevance | path

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

/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Src/
A Dfm33lc0xx_fl_crc.c114 FL_CRC_SetInputInvertMode(CRCx, CRC_InitStruct->reflectIn); in FL_CRC_Init()
117 FL_CRC_WriteXORValue(CRCx, CRC_InitStruct->xorReg); in FL_CRC_Init()
119 FL_CRC_WriteInitialValue(CRCx, CRC_InitStruct->initVal); in FL_CRC_Init()
120 FL_CRC_SetDataWidth(CRCx, CRC_InitStruct->dataWidth); in FL_CRC_Init()
121 if(CRC_InitStruct->xorRegState == FL_ENABLE) in FL_CRC_Init()
139 void FL_CRC_StructInit(FL_CRC_InitTypeDef *CRC_InitStruct) in FL_CRC_StructInit() argument
141 CRC_InitStruct->polynomial = 0x00000000; in FL_CRC_StructInit()
142 CRC_InitStruct->polynomialWidth = FL_CRC_POLYNOMIAL_16B; in FL_CRC_StructInit()
143 CRC_InitStruct->dataWidth = FL_CRC_DATA_WIDTH_8B; in FL_CRC_StructInit()
147 CRC_InitStruct->xorReg = 0x00000000; in FL_CRC_StructInit()
[all …]
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_crc.c68 void CRC_Init(HT_CRC_TypeDef* HT_CRCn, CRC_InitTypeDef* CRC_InitStruct) in CRC_Init() argument
71 HT_CRCn->SDR = CRC_InitStruct->uSeed; in CRC_Init()
72 switch (CRC_InitStruct->Mode) in CRC_Init()
92 uCRValue = CRC_InitStruct->uCR; in CRC_Init()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_crc.c68 void CRC_Init(HT_CRC_TypeDef* HT_CRCn, CRC_InitTypeDef* CRC_InitStruct) in CRC_Init() argument
71 HT_CRCn->SDR = CRC_InitStruct->uSeed; in CRC_Init()
72 switch (CRC_InitStruct->Mode) in CRC_Init()
92 uCRValue = CRC_InitStruct->uCR; in CRC_Init()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_crc.h101 void CRC_Init(HT_CRC_TypeDef* HT_CRCn, CRC_InitTypeDef* CRC_InitStruct);
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_crc.h101 void CRC_Init(HT_CRC_TypeDef* HT_CRCn, CRC_InitTypeDef* CRC_InitStruct);
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/
A Dfm33lc0xx_fl_crc.h451 void FL_CRC_StructInit(FL_CRC_InitTypeDef *CRC_InitStruct);
452 FL_ErrorStatus FL_CRC_Init(CRC_Type *CRCx, FL_CRC_InitTypeDef *CRC_InitStruct);

Completed in 10 milliseconds