Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dcmi.c203 static uint32_t DCMI_TransferSize(uint32_t InputSize);
523 circular_copy_length = DCMI_TransferSize(Length); in HAL_DCMI_Start_DMA()
1462 static uint32_t DCMI_TransferSize(uint32_t InputSize) in DCMI_TransferSize() function