Searched refs:CRC_Init (Results 1 – 17 of 17) sorted by relevance
| /bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/ |
| A D | SWM320_crc.c | 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() function
|
| A D | SWM320_crc.h | 12 void CRC_Init(CRC_TypeDef * CRCx, uint32_t mode, uint32_t out_not, uint32_t out_rev, uint32_t ini_v…
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_crc.c | 33 void CRC_Init(CRC_TypeDef * CRCx, CRC_InitStructure * initStruct) in CRC_Init() function
|
| A D | SWM341_crc.h | 31 void CRC_Init(CRC_TypeDef * CRCx, CRC_InitStructure * initStruct);
|
| /bsp/nv32f100x/lib/inc/ |
| A D | crc.h | 97 void CRC_Init(CRC_ConfigType *pConfig);
|
| /bsp/frdm-k64f/device/MK64F12/ |
| A D | fsl_crc.h | 116 void CRC_Init(CRC_Type *base, const crc_config_t *config);
|
| A D | fsl_crc.c | 195 void CRC_Init(CRC_Type *base, const crc_config_t *config) in CRC_Init() function
|
| /bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/ |
| A D | fsl_crc.h | 94 void CRC_Init(CRC_Type *base, const crc_config_t *config);
|
| A D | fsl_crc.c | 173 void CRC_Init(CRC_Type *base, const crc_config_t *config) in CRC_Init() function
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/ |
| A D | ht32f5xxxx_crc.h | 101 void CRC_Init(HT_CRC_TypeDef* HT_CRCn, CRC_InitTypeDef* CRC_InitStruct);
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/ |
| A D | ht32f1xxxx_crc.h | 101 void CRC_Init(HT_CRC_TypeDef* HT_CRCn, CRC_InitTypeDef* CRC_InitStruct);
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/ |
| A D | ht32f5xxxx_crc.c | 68 void CRC_Init(HT_CRC_TypeDef* HT_CRCn, CRC_InitTypeDef* CRC_InitStruct) in CRC_Init() function
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/ |
| A D | ht32f1xxxx_crc.c | 68 void CRC_Init(HT_CRC_TypeDef* HT_CRCn, CRC_InitTypeDef* CRC_InitStruct) in CRC_Init() function
|
| /bsp/nv32f100x/lib/src/ |
| A D | crc.c | 53 void CRC_Init(CRC_ConfigType *pConfig) in CRC_Init() function
|
| /bsp/synwit/libraries/SWM320_drivers/ |
| A D | drv_crypto.c | 108 …CRC_Init(crc_cfg->CRCx, (crc_cfg->crc_inbits << 1) | crc_cfg->crc_1632, crc_cfg->crc_out_not, crc_… in swm_crc_update()
|
| /bsp/synwit/libraries/SWM341_drivers/ |
| A D | drv_crypto.c | 111 CRC_Init(crc_cfg->CRCx, &(crc_cfg->CRC_initstruct)); in swm_crc_update()
|
| /bsp/hc32/libraries/hc32_drivers/ |
| A D | drv_crypto.c | 98 if (CRC_Init(&stcCrcInit) != LL_OK) in _crc_update()
|
Completed in 25 milliseconds