Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c6673 uint32_t AddressWrap) in HAL_DCMIPP_PIPE_SetLineWrappingConfig() argument
6682 assert_param(IS_DCMIPP_ADDRESS_WRAP(AddressWrap)); in HAL_DCMIPP_PIPE_SetLineWrappingConfig()
6687 MODIFY_REG(hdcmipp->Instance->P1PPCR, DCMIPP_P1PPCR_LMAWM, AddressWrap); in HAL_DCMIPP_PIPE_SetLineWrappingConfig()
6691 MODIFY_REG(hdcmipp->Instance->P2PPCR, DCMIPP_P2PPCR_LMAWM, AddressWrap); in HAL_DCMIPP_PIPE_SetLineWrappingConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h2029 uint32_t AddressWrap);