Home
last modified time | relevance | path

Searched refs:index (Results 1 – 25 of 144) sorted by relevance

123456

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_cryp_ex.c432 uint32_t index ; in HAL_CRYPEx_AES_Auth() local
554 for(index=0U ; (index < Size); index += 16U) in HAL_CRYPEx_AES_Auth()
577 index_test = (uint64_t)index + 16U; in HAL_CRYPEx_AES_Auth()
611 for(index=0U ; index < headerlength; index += 16U) in HAL_CRYPEx_AES_Auth()
635 index_temp = (uint64_t)index + 16U; in HAL_CRYPEx_AES_Auth()
698 for(index=0U ; index < payloadlength; index += 16U) in HAL_CRYPEx_AES_Auth()
734 index_temp = (uint64_t)index + 16U; in HAL_CRYPEx_AES_Auth()
947 uint32_t index ; in HAL_CRYPEx_AES_Auth_IT() local
1147 for(index=0U ; index < (difflength/4U); index ++) in HAL_CRYPEx_AES_Auth_IT()
1160 for(index=0U; index < (4U - ((difflength+3U)/4U)); index ++) in HAL_CRYPEx_AES_Auth_IT()
[all …]
Dstm32l4xx_hal_nand.c521 uint32_t index; in HAL_NAND_Read_Page_8b() local
637 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Read_Page_8b()
679 uint32_t index; in HAL_NAND_Read_Page_16b() local
805 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Read_Page_16b()
847 uint32_t index; in HAL_NAND_Write_Page_8b() local
936 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Write_Page_8b()
1000 uint32_t index; in HAL_NAND_Write_Page_16b() local
1100 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Write_Page_16b()
1164 uint32_t index; in HAL_NAND_Read_SpareArea_8b() local
1287 for (index = 0U; index < hnand->Config.SpareAreaSize; index++) in HAL_NAND_Read_SpareArea_8b()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_jpeg.c2905 uint32_t index; in JPEG_Set_Huff_DHTMem() local
2911 index = 16; in JPEG_Set_Huff_DHTMem()
2912 while (index > 3UL) in JPEG_Set_Huff_DHTMem()
2915 *address = (((uint32_t)HuffTableDC0->Bits[index - 1UL] & 0xFFUL) << 24) | in JPEG_Set_Huff_DHTMem()
2916 (((uint32_t)HuffTableDC0->Bits[index - 2UL] & 0xFFUL) << 16) | in JPEG_Set_Huff_DHTMem()
2917 (((uint32_t)HuffTableDC0->Bits[index - 3UL] & 0xFFUL) << 8) | in JPEG_Set_Huff_DHTMem()
2918 ((uint32_t)HuffTableDC0->Bits[index - 4UL] & 0xFFUL); in JPEG_Set_Huff_DHTMem()
2920 index -= 4UL; in JPEG_Set_Huff_DHTMem()
2926 index = 12; in JPEG_Set_Huff_DHTMem()
2927 while (index > 3UL) in JPEG_Set_Huff_DHTMem()
[all …]
Dstm32u5xx_hal_nand.c523 uint32_t index; in HAL_NAND_Read_Page_8b() local
639 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Read_Page_8b()
681 uint32_t index; in HAL_NAND_Read_Page_16b() local
807 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Read_Page_16b()
849 uint32_t index; in HAL_NAND_Write_Page_8b() local
938 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Write_Page_8b()
1002 uint32_t index; in HAL_NAND_Write_Page_16b() local
1102 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Write_Page_16b()
1166 uint32_t index; in HAL_NAND_Read_SpareArea_8b() local
1289 for (index = 0U; index < hnand->Config.SpareAreaSize; index++) in HAL_NAND_Read_SpareArea_8b()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_jpeg.c2881 uint32_t value, index; in JPEG_Set_Huff_DHTMem() local
2887 index = 16; in JPEG_Set_Huff_DHTMem()
2888 while (index > 3UL) in JPEG_Set_Huff_DHTMem()
2891 *address = (((uint32_t)HuffTableDC0->Bits[index - 1UL] & 0xFFUL) << 24) | in JPEG_Set_Huff_DHTMem()
2892 (((uint32_t)HuffTableDC0->Bits[index - 2UL] & 0xFFUL) << 16) | in JPEG_Set_Huff_DHTMem()
2893 (((uint32_t)HuffTableDC0->Bits[index - 3UL] & 0xFFUL) << 8) | in JPEG_Set_Huff_DHTMem()
2894 ((uint32_t)HuffTableDC0->Bits[index - 4UL] & 0xFFUL); in JPEG_Set_Huff_DHTMem()
2896 index -= 4UL; in JPEG_Set_Huff_DHTMem()
2902 index = 12; in JPEG_Set_Huff_DHTMem()
2903 while (index > 3UL) in JPEG_Set_Huff_DHTMem()
[all …]
Dstm32h7xx_hal_cryp.c2910 uint32_t index ; in CRYP_AESGCM_Process() local
3088 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
3095 while (index < 4U) in CRYP_AESGCM_Process()
3098 index++; in CRYP_AESGCM_Process()
3125 for (index = 0U; index < 4U; index++) in CRYP_AESGCM_Process()
3129 temp[index] = hcryp->Instance->DOUT; in CRYP_AESGCM_Process()
3132 for (index = 0U; index < lastwordsize; index++) in CRYP_AESGCM_Process()
3136 if (index == (lastwordsize - 1U)) in CRYP_AESGCM_Process()
3143 *(pval) = (uint8_t)(temp[index]); in CRYP_AESGCM_Process()
3145 *(pval) = (uint8_t)(temp[index] >> 8U); in CRYP_AESGCM_Process()
[all …]
Dstm32h7xx_hal_nand.c522 uint32_t index; in HAL_NAND_Read_Page_8b() local
638 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Read_Page_8b()
680 uint32_t index; in HAL_NAND_Read_Page_16b() local
806 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Read_Page_16b()
848 uint32_t index; in HAL_NAND_Write_Page_8b() local
937 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Write_Page_8b()
1001 uint32_t index; in HAL_NAND_Write_Page_16b() local
1101 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Write_Page_16b()
1165 uint32_t index; in HAL_NAND_Read_SpareArea_8b() local
1288 for (index = 0U; index < hnand->Config.SpareAreaSize; index++) in HAL_NAND_Read_SpareArea_8b()
[all …]
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_jpeg.c2876 uint32_t value, index; in JPEG_Set_Huff_DHTMem() local
2882 index = 16; in JPEG_Set_Huff_DHTMem()
2883 while (index > 3UL) in JPEG_Set_Huff_DHTMem()
2886 *address = (((uint32_t)HuffTableDC0->Bits[index - 1UL] & 0xFFUL) << 24) | in JPEG_Set_Huff_DHTMem()
2887 (((uint32_t)HuffTableDC0->Bits[index - 2UL] & 0xFFUL) << 16) | in JPEG_Set_Huff_DHTMem()
2888 (((uint32_t)HuffTableDC0->Bits[index - 3UL] & 0xFFUL) << 8) | in JPEG_Set_Huff_DHTMem()
2889 ((uint32_t)HuffTableDC0->Bits[index - 4UL] & 0xFFUL); in JPEG_Set_Huff_DHTMem()
2891 index -= 4UL; in JPEG_Set_Huff_DHTMem()
2897 index = 12; in JPEG_Set_Huff_DHTMem()
2898 while (index > 3UL) in JPEG_Set_Huff_DHTMem()
[all …]
Dstm32f7xx_hal_nand.c520 uint32_t index; in HAL_NAND_Read_Page_8b() local
636 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Read_Page_8b()
678 uint32_t index; in HAL_NAND_Read_Page_16b() local
804 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Read_Page_16b()
846 uint32_t index; in HAL_NAND_Write_Page_8b() local
935 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Write_Page_8b()
999 uint32_t index; in HAL_NAND_Write_Page_16b() local
1099 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Write_Page_16b()
1163 uint32_t index; in HAL_NAND_Read_SpareArea_8b() local
1286 for (index = 0U; index < hnand->Config.SpareAreaSize; index++) in HAL_NAND_Read_SpareArea_8b()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_jpeg.c2906 uint32_t index; in JPEG_Set_Huff_DHTMem() local
2912 index = 16; in JPEG_Set_Huff_DHTMem()
2913 while (index > 3UL) in JPEG_Set_Huff_DHTMem()
2916 *address = (((uint32_t)HuffTableDC0->Bits[index - 1UL] & 0xFFUL) << 24) | in JPEG_Set_Huff_DHTMem()
2917 (((uint32_t)HuffTableDC0->Bits[index - 2UL] & 0xFFUL) << 16) | in JPEG_Set_Huff_DHTMem()
2918 (((uint32_t)HuffTableDC0->Bits[index - 3UL] & 0xFFUL) << 8) | in JPEG_Set_Huff_DHTMem()
2919 ((uint32_t)HuffTableDC0->Bits[index - 4UL] & 0xFFUL); in JPEG_Set_Huff_DHTMem()
2921 index -= 4UL; in JPEG_Set_Huff_DHTMem()
2927 index = 12; in JPEG_Set_Huff_DHTMem()
2928 while (index > 3UL) in JPEG_Set_Huff_DHTMem()
[all …]
Dstm32n6xx_hal_nand.c522 uint32_t index; in HAL_NAND_Read_Page_8b() local
637 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Read_Page_8b()
676 uint32_t index; in HAL_NAND_Read_Page_16b() local
801 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Read_Page_16b()
840 uint32_t index; in HAL_NAND_Write_Page_8b() local
928 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Write_Page_8b()
989 uint32_t index; in HAL_NAND_Write_Page_16b() local
1088 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Write_Page_16b()
1149 uint32_t index; in HAL_NAND_Read_SpareArea_8b() local
1271 for (index = 0U; index < hnand->Config.SpareAreaSize; index++) in HAL_NAND_Read_SpareArea_8b()
[all …]
Dstm32n6xx_hal_cryp.c4135 uint32_t index ; in CRYP_AESGCM_Process() local
4392 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
4399 while (index < 4U) in CRYP_AESGCM_Process()
4402 index++; in CRYP_AESGCM_Process()
4429 for (index = 0U; index < 4U; index++) in CRYP_AESGCM_Process()
4433 temp[index] = ((CRYP_TypeDef *)(hcryp->Instance))->DOUT; in CRYP_AESGCM_Process()
4455 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
4460 while (index < 4U) in CRYP_AESGCM_Process()
4464 index++; in CRYP_AESGCM_Process()
4482 for (index = 0U; index < 4U; index++) in CRYP_AESGCM_Process()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_jpeg.c2906 uint32_t index; in JPEG_Set_Huff_DHTMem() local
2912 index = 16; in JPEG_Set_Huff_DHTMem()
2913 while (index > 3UL) in JPEG_Set_Huff_DHTMem()
2916 *address = (((uint32_t)HuffTableDC0->Bits[index - 1UL] & 0xFFUL) << 24) | in JPEG_Set_Huff_DHTMem()
2917 (((uint32_t)HuffTableDC0->Bits[index - 2UL] & 0xFFUL) << 16) | in JPEG_Set_Huff_DHTMem()
2918 (((uint32_t)HuffTableDC0->Bits[index - 3UL] & 0xFFUL) << 8) | in JPEG_Set_Huff_DHTMem()
2919 ((uint32_t)HuffTableDC0->Bits[index - 4UL] & 0xFFUL); in JPEG_Set_Huff_DHTMem()
2921 index -= 4UL; in JPEG_Set_Huff_DHTMem()
2927 index = 12; in JPEG_Set_Huff_DHTMem()
2928 while (index > 3UL) in JPEG_Set_Huff_DHTMem()
[all …]
Dstm32h7rsxx_hal_nand.c522 uint32_t index; in HAL_NAND_Read_Page_8b() local
638 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Read_Page_8b()
680 uint32_t index; in HAL_NAND_Read_Page_16b() local
806 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Read_Page_16b()
848 uint32_t index; in HAL_NAND_Write_Page_8b() local
937 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Write_Page_8b()
1001 uint32_t index; in HAL_NAND_Write_Page_16b() local
1101 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Write_Page_16b()
1165 uint32_t index; in HAL_NAND_Read_SpareArea_8b() local
1288 for (index = 0U; index < hnand->Config.SpareAreaSize; index++) in HAL_NAND_Read_SpareArea_8b()
[all …]
Dstm32h7rsxx_hal_cryp.c4119 uint32_t index ; in CRYP_AESGCM_Process() local
4376 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
4383 while (index < 4U) in CRYP_AESGCM_Process()
4386 index++; in CRYP_AESGCM_Process()
4413 for (index = 0U; index < 4U; index++) in CRYP_AESGCM_Process()
4417 temp[index] = ((CRYP_TypeDef *)(hcryp->Instance))->DOUT; in CRYP_AESGCM_Process()
4439 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
4444 while (index < 4U) in CRYP_AESGCM_Process()
4448 index++; in CRYP_AESGCM_Process()
4466 for (index = 0U; index < 4U; index++) in CRYP_AESGCM_Process()
[all …]
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio.c240 uint8_t index; in HAL_RADIO_Init() local
351 index = 0; in HAL_RADIO_Init()
352 hot_table_radio_config[index++] = 0x01; in HAL_RADIO_Init()
353 hot_table_radio_config[index++] = RRM_CBIAS1_ANA_ENG; in HAL_RADIO_Init()
354 hot_table_radio_config[index++] = RRM->CBIAS1_ANA_ENG; in HAL_RADIO_Init()
355 hot_table_radio_config[index++] = 0x01; in HAL_RADIO_Init()
356 hot_table_radio_config[index++] = RRM_CBIAS0_ANA_ENG; in HAL_RADIO_Init()
357 hot_table_radio_config[index++] = RRM->CBIAS0_ANA_ENG; in HAL_RADIO_Init()
359 hot_table_radio_config[index++] = 0x01; in HAL_RADIO_Init()
360 hot_table_radio_config[index++] = RRM_RXADC_ANA_USR; in HAL_RADIO_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_utils.c266 uint16_t index; in LL_SetFlashLatency() local
294 for (index = 0; index < countof(UTILS_CLK_SRC_RANGE_VOS1); index++) in LL_SetFlashLatency()
296 if (HCLK4Frequency <= UTILS_CLK_SRC_RANGE_VOS1[index]) in LL_SetFlashLatency()
298 latency = UTILS_LATENCY_RANGE[index]; in LL_SetFlashLatency()
306 for (index = 0; index < countof(UTILS_CLK_SRC_RANGE_VOS2); index++) in LL_SetFlashLatency()
308 if (HCLK4Frequency <= UTILS_CLK_SRC_RANGE_VOS2[index]) in LL_SetFlashLatency()
310 latency = UTILS_LATENCY_RANGE[index]; in LL_SetFlashLatency()
317 for (index = 0; index < countof(UTILS_CLK_SRC_RANGE_VOS1); index++) in LL_SetFlashLatency()
319 if (HCLK4Frequency <= UTILS_CLK_SRC_RANGE_VOS1[index]) in LL_SetFlashLatency()
321 latency = UTILS_LATENCY_RANGE[index]; in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_utils.c257 uint8_t index; in LL_SetFlashLatency() local
284 for (index = 0; index < COUNTOF(UTILS_CLK_SRC_RANGE_VOS0); index++) in LL_SetFlashLatency()
286 if (HCLKFrequency <= UTILS_CLK_SRC_RANGE_VOS0[index]) in LL_SetFlashLatency()
288 latency = UTILS_LATENCY_RANGE[index]; in LL_SetFlashLatency()
300 for (index = 0; index < COUNTOF(UTILS_CLK_SRC_RANGE_VOS1); index++) in LL_SetFlashLatency()
302 if (HCLKFrequency <= UTILS_CLK_SRC_RANGE_VOS1[index]) in LL_SetFlashLatency()
304 latency = UTILS_LATENCY_RANGE[index]; in LL_SetFlashLatency()
316 for (index = 0; index < COUNTOF(UTILS_CLK_SRC_RANGE_VOS2); index++) in LL_SetFlashLatency()
318 if (HCLKFrequency <= UTILS_CLK_SRC_RANGE_VOS2[index]) in LL_SetFlashLatency()
320 latency = UTILS_LATENCY_RANGE[index]; in LL_SetFlashLatency()
Dstm32l5xx_hal_nand.c520 uint32_t index; in HAL_NAND_Read_Page_8b() local
636 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Read_Page_8b()
678 uint32_t index; in HAL_NAND_Read_Page_16b() local
804 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Read_Page_16b()
846 uint32_t index; in HAL_NAND_Write_Page_8b() local
935 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Write_Page_8b()
999 uint32_t index; in HAL_NAND_Write_Page_16b() local
1099 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Write_Page_16b()
1163 uint32_t index; in HAL_NAND_Read_SpareArea_8b() local
1286 for (index = 0U; index < hnand->Config.SpareAreaSize; index++) in HAL_NAND_Read_SpareArea_8b()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_nand.c523 uint32_t index; in HAL_NAND_Read_Page_8b() local
639 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Read_Page_8b()
681 uint32_t index; in HAL_NAND_Read_Page_16b() local
807 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Read_Page_16b()
849 uint32_t index; in HAL_NAND_Write_Page_8b() local
938 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Write_Page_8b()
1002 uint32_t index; in HAL_NAND_Write_Page_16b() local
1102 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Write_Page_16b()
1166 uint32_t index; in HAL_NAND_Read_SpareArea_8b() local
1289 for (index = 0U; index < hnand->Config.SpareAreaSize; index++) in HAL_NAND_Read_SpareArea_8b()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_nand.c521 uint32_t index; in HAL_NAND_Read_Page_8b() local
637 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Read_Page_8b()
679 uint32_t index; in HAL_NAND_Read_Page_16b() local
805 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Read_Page_16b()
847 uint32_t index; in HAL_NAND_Write_Page_8b() local
936 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Write_Page_8b()
1000 uint32_t index; in HAL_NAND_Write_Page_16b() local
1100 for (index = 0U; index < hnand->Config.PageSize; index++) in HAL_NAND_Write_Page_16b()
1164 uint32_t index; in HAL_NAND_Read_SpareArea_8b() local
1287 for (index = 0U; index < hnand->Config.SpareAreaSize; index++) in HAL_NAND_Read_SpareArea_8b()
[all …]
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_cryp.c3149 uint32_t index ; in CRYP_AESGCM_Process() local
3314 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
3321 while (index < 4U) in CRYP_AESGCM_Process()
3324 index++; in CRYP_AESGCM_Process()
3351 for (index = 0U; index < 4U; index++) in CRYP_AESGCM_Process()
3354 temp[index] = hcryp->Instance->DOUT; in CRYP_AESGCM_Process()
3356 for (index=0; index<lastwordsize; index++) in CRYP_AESGCM_Process()
3358 *(uint32_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)) = temp[index]; in CRYP_AESGCM_Process()
3470 uint32_t index; in CRYP_AESGCM_Process_DMA() local
3612 for (index = 0; index < lastwordsize; index ++) in CRYP_AESGCM_Process_DMA()
[all …]
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_crc.c229 uint32_t index; /* CRC input data buffer index */ in HAL_CRC_Accumulate() local
236 for (index = 0U; index < BufferLength; index++) in HAL_CRC_Accumulate()
238 hcrc->Instance->DR = pBuffer[index]; in HAL_CRC_Accumulate()
259 uint32_t index; /* CRC input data buffer index */ in HAL_CRC_Calculate() local
270 for (index = 0U; index < BufferLength; index++) in HAL_CRC_Calculate()
272 hcrc->Instance->DR = pBuffer[index]; in HAL_CRC_Calculate()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_crc.c229 uint32_t index; /* CRC input data buffer index */ in HAL_CRC_Accumulate() local
236 for (index = 0U; index < BufferLength; index++) in HAL_CRC_Accumulate()
238 hcrc->Instance->DR = pBuffer[index]; in HAL_CRC_Accumulate()
259 uint32_t index; /* CRC input data buffer index */ in HAL_CRC_Calculate() local
270 for (index = 0U; index < BufferLength; index++) in HAL_CRC_Calculate()
272 hcrc->Instance->DR = pBuffer[index]; in HAL_CRC_Calculate()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_crc.c229 uint32_t index; /* CRC input data buffer index */ in HAL_CRC_Accumulate() local
236 for (index = 0U; index < BufferLength; index++) in HAL_CRC_Accumulate()
238 hcrc->Instance->DR = pBuffer[index]; in HAL_CRC_Accumulate()
259 uint32_t index; /* CRC input data buffer index */ in HAL_CRC_Calculate() local
270 for (index = 0U; index < BufferLength; index++) in HAL_CRC_Calculate()
272 hcrc->Instance->DR = pBuffer[index]; in HAL_CRC_Calculate()

123456