Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dcmipp.c1687 … uint32_t SelectStart, uint32_t SelectMode) in HAL_DCMIPP_PIPE_SetBytesDecimationConfig() argument
1692 assert_param(IS_DCMIPP_BYTE_SELECT_START(SelectStart)); in HAL_DCMIPP_PIPE_SetBytesDecimationConfig()
1707 if (((SelectStart == DCMIPP_OEBS_EVEN) && (SelectMode > DCMIPP_BSM_ALL)) || \ in HAL_DCMIPP_PIPE_SetBytesDecimationConfig()
1715 …MODIFY_REG(hdcmipp->Instance->P0PPCR, DCMIPP_P0PPCR_BSM | DCMIPP_P0PPCR_OEBS, (SelectStart | Selec… in HAL_DCMIPP_PIPE_SetBytesDecimationConfig()
1735 … uint32_t SelectStart, uint32_t SelectMode) in HAL_DCMIPP_PIPE_SetLinesDecimationConfig() argument
1739 assert_param(IS_DCMIPP_LINE_SELECT_START(SelectStart)); in HAL_DCMIPP_PIPE_SetLinesDecimationConfig()
1750 if ((SelectStart == DCMIPP_OELS_EVEN) && (SelectMode == DCMIPP_LSM_ALTERNATE_2)) in HAL_DCMIPP_PIPE_SetLinesDecimationConfig()
1757 …MODIFY_REG(hdcmipp->Instance->P0PPCR, DCMIPP_P0PPCR_LSM | DCMIPP_P0PPCR_OELS, (SelectStart | Selec… in HAL_DCMIPP_PIPE_SetLinesDecimationConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dcmipp.h728 … uint32_t SelectStart, uint32_t SelectMode);
730 … uint32_t SelectStart, uint32_t SelectMode);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c4016 … uint32_t SelectStart, uint32_t SelectMode) in HAL_DCMIPP_PIPE_SetBytesDecimationConfig() argument
4021 assert_param(IS_DCMIPP_BYTE_SELECT_START(SelectStart)); in HAL_DCMIPP_PIPE_SetBytesDecimationConfig()
4036 if (((SelectStart == DCMIPP_OEBS_EVEN) && (SelectMode > DCMIPP_BSM_ALL)) || \ in HAL_DCMIPP_PIPE_SetBytesDecimationConfig()
4044 …MODIFY_REG(hdcmipp->Instance->P0PPCR, DCMIPP_P0PPCR_BSM | DCMIPP_P0PPCR_OEBS, (SelectStart | Selec… in HAL_DCMIPP_PIPE_SetBytesDecimationConfig()
4064 … uint32_t SelectStart, uint32_t SelectMode) in HAL_DCMIPP_PIPE_SetLinesDecimationConfig() argument
4068 assert_param(IS_DCMIPP_LINE_SELECT_START(SelectStart)); in HAL_DCMIPP_PIPE_SetLinesDecimationConfig()
4079 if ((SelectStart == DCMIPP_OELS_EVEN) && (SelectMode == DCMIPP_LSM_ALTERNATE_2)) in HAL_DCMIPP_PIPE_SetLinesDecimationConfig()
4086 …MODIFY_REG(hdcmipp->Instance->P0PPCR, DCMIPP_P0PPCR_LSM | DCMIPP_P0PPCR_OELS, (SelectStart | Selec… in HAL_DCMIPP_PIPE_SetLinesDecimationConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h1941 … uint32_t SelectStart, uint32_t SelectMode);
1943 … uint32_t SelectStart, uint32_t SelectMode);