/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_cryp_ex.c | 432 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 …]
|
D | stm32l4xx_hal_nand.c | 521 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/ |
D | stm32u5xx_hal_jpeg.c | 2905 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 …]
|
D | stm32u5xx_hal_nand.c | 523 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/ |
D | stm32h7xx_hal_jpeg.c | 2881 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 …]
|
D | stm32h7xx_hal_cryp.c | 2910 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 …]
|
D | stm32h7xx_hal_nand.c | 522 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/ |
D | stm32f7xx_hal_jpeg.c | 2876 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 …]
|
D | stm32f7xx_hal_nand.c | 520 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/ |
D | stm32n6xx_hal_jpeg.c | 2906 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 …]
|
D | stm32n6xx_hal_nand.c | 522 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 …]
|
D | stm32n6xx_hal_cryp.c | 4135 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/ |
D | stm32h7rsxx_hal_jpeg.c | 2906 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 …]
|
D | stm32h7rsxx_hal_nand.c | 522 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 …]
|
D | stm32h7rsxx_hal_cryp.c | 4119 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/ |
D | stm32wb0x_hal_radio.c | 240 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/ |
D | stm32wbxx_ll_utils.c | 266 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/ |
D | stm32l5xx_ll_utils.c | 257 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()
|
D | stm32l5xx_hal_nand.c | 520 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/ |
D | stm32h5xx_hal_nand.c | 523 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/ |
D | stm32g4xx_hal_nand.c | 521 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/ |
D | stm32mp1xx_hal_cryp.c | 3149 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/ |
D | stm32f2xx_hal_crc.c | 229 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/ |
D | stm32f1xx_hal_crc.c | 229 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/ |
D | stm32f4xx_hal_crc.c | 229 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()
|