Home
last modified time | relevance | path

Searched refs:j (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dcmi.c1464 uint32_t j = 1; in DCMI_TransferSize() local
1476 while (j < NPRIME) in DCMI_TransferSize()
1478 if (temp < PrimeArray[j]) in DCMI_TransferSize()
1482 while ((temp % PrimeArray[j]) == 0U) in DCMI_TransferSize()
1484 aPrime[j]++; in DCMI_TransferSize()
1485 temp /= PrimeArray[j]; in DCMI_TransferSize()
1487 j++; in DCMI_TransferSize()
1495 j = NPRIME-1U; in DCMI_TransferSize()
1496 while ((j > 0U) && (output <= 0xFFFEU)) in DCMI_TransferSize()
1498 while (aPrime[j] > 0U) in DCMI_TransferSize()
[all …]
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_otfdec.c789 uint32_t j; in HAL_OTFDEC_KeyCRCComputation() local
794 for (j = 0U; j < 4U; j++) in HAL_OTFDEC_KeyCRCComputation()
798 if (j == 0U) in HAL_OTFDEC_KeyCRCComputation()
804 keyval ^= (key_strobe[j] << 24) | ((uint32_t)crc << 16) | (key_strobe[j] << 8) | crc; in HAL_OTFDEC_KeyCRCComputation()
884 uint32_t j; in HAL_OTFDEC_Cipher() local
902 for (j = 0; j < size; j++) in HAL_OTFDEC_Cipher()
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_otfdec.c786 uint32_t j, keyval, k; in HAL_OTFDEC_KeyCRCComputation() local
789 for (j = 0U; j < 4U; j++) in HAL_OTFDEC_KeyCRCComputation()
793 if (j == 0U) in HAL_OTFDEC_KeyCRCComputation()
799 keyval ^= (key_strobe[j] << 24) | ((uint32_t)crc << 16) | (key_strobe[j] << 8) | crc; in HAL_OTFDEC_KeyCRCComputation()
877 uint32_t j; in HAL_OTFDEC_Cipher() local
895 for (j = 0; j < size; j++) in HAL_OTFDEC_Cipher()
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_hcd.c2208 uint8_t j = 0U; in HAL_HCD_GetFreePMA() local
2209 while ((j <= 31U) && (FreeBlocks != NbrReqBlocks)) in HAL_HCD_GetFreePMA()
2212 if ((Entry & ((uint32_t)1U << j)) == 0U) in HAL_HCD_GetFreePMA()
2216 FirstFreeBlock_col = j; in HAL_HCD_GetFreePMA()
2220 j++; in HAL_HCD_GetFreePMA()
2223 while ((j <= 31U) && ((Entry & ((uint32_t)1U << j)) == 0U) && (FreeBlocks < NbrReqBlocks)) in HAL_HCD_GetFreePMA()
2226 j++; in HAL_HCD_GetFreePMA()
2230 if (((FreeBlocks < NbrReqBlocks) && (j < 31U)) || in HAL_HCD_GetFreePMA()
2231 ((j == 31U) && ((Entry & ((uint32_t)1U << j)) != 0U))) in HAL_HCD_GetFreePMA()
2236 j++; in HAL_HCD_GetFreePMA()
[all …]
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_otfdec.c764 uint32_t j; in HAL_OTFDEC_KeyCRCComputation() local
769 for (j = 0U; j < 4U; j++) in HAL_OTFDEC_KeyCRCComputation()
773 if (j == 0U) in HAL_OTFDEC_KeyCRCComputation()
779 keyval ^= (key_strobe[j] << 24) | ((uint32_t)crc << 16) | (key_strobe[j] << 8) | crc; in HAL_OTFDEC_KeyCRCComputation()
Dstm32h7xx_hal_jpeg.c3070 uint32_t j; in JPEG_Set_Quantization_Mem() local
3096 for (j = 0; j < 4UL; j++) in JPEG_Set_Quantization_Mem()
3099 quantVal = ((((uint32_t) QTable[JPEG_ZIGZAG_ORDER[i + j]]) * ScaleFactor) + 50UL) / 100UL; in JPEG_Set_Quantization_Mem()
3114 quantRow |= ((quantVal & 0xFFUL) << (8UL * j)); in JPEG_Set_Quantization_Mem()
4148 uint32_t quantRow, quantVal, scale, i, j; in JPEG_GetQuality() local
4155 for (j = 0; j < 4UL; j++) in JPEG_GetQuality()
4157 quantVal = (quantRow >> (8UL * j)) & 0xFFUL; in JPEG_GetQuality()
4166 scale = (quantVal * 100UL) / ((uint32_t) hjpeg->QuantTable0[JPEG_ZIGZAG_ORDER[i + j]]); in JPEG_GetQuality()
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_jpeg.c3065 uint32_t j; in JPEG_Set_Quantization_Mem() local
3091 for (j = 0; j < 4UL; j++) in JPEG_Set_Quantization_Mem()
3094 quantVal = ((((uint32_t) QTable[JPEG_ZIGZAG_ORDER[i + j]]) * ScaleFactor) + 50UL) / 100UL; in JPEG_Set_Quantization_Mem()
3109 quantRow |= ((quantVal & 0xFFUL) << (8UL * j)); in JPEG_Set_Quantization_Mem()
4115 uint32_t quantRow, quantVal, scale, i, j; in JPEG_GetQuality() local
4122 for (j = 0; j < 4UL; j++) in JPEG_GetQuality()
4124 quantVal = (quantRow >> (8UL * j)) & 0xFFUL; in JPEG_GetQuality()
4133 scale = (quantVal * 100UL) / ((uint32_t) hjpeg->QuantTable0[JPEG_ZIGZAG_ORDER[i + j]]); in JPEG_GetQuality()