Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dcmipp.c527 uint32_t prescr_reg; in HAL_DCMIPP_PARALLEL_SetConfig() local
567prescr_reg = (((uint32_t)pParallelConfig->SynchroCodes.FrameEndCode << DCMIPP_PRESCR_FEC_Pos) | \ in HAL_DCMIPP_PARALLEL_SetConfig()
572 WRITE_REG(hdcmipp->Instance->PRESCR, prescr_reg); in HAL_DCMIPP_PARALLEL_SetConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c497 uint32_t prescr_reg; in HAL_DCMIPP_PARALLEL_SetConfig() local
537prescr_reg = (((uint32_t)pParallelConfig->SynchroCodes.FrameEndCode << DCMIPP_PRESCR_FEC_Pos) | \ in HAL_DCMIPP_PARALLEL_SetConfig()
542 WRITE_REG(hdcmipp->Instance->PRESCR, prescr_reg); in HAL_DCMIPP_PARALLEL_SetConfig()