Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dcmi.c189 #define NPRIME 16U macro
1466 uint32_t aPrime[NPRIME] = {0}; in DCMI_TransferSize()
1468 static const uint32_t PrimeArray[NPRIME] = { 1UL, 2UL, 3UL, 5UL, in DCMI_TransferSize()
1476 while (j < NPRIME) in DCMI_TransferSize()
1495 j = NPRIME-1U; in DCMI_TransferSize()