Searched refs:SelectStart (Results 1 – 4 of 4) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_dcmipp.c | 1687 … 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/ |
D | stm32h7rsxx_hal_dcmipp.h | 728 … uint32_t SelectStart, uint32_t SelectMode); 730 … uint32_t SelectStart, uint32_t SelectMode);
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_dcmipp.c | 4016 … 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/ |
D | stm32n6xx_hal_dcmipp.h | 1941 … uint32_t SelectStart, uint32_t SelectMode); 1943 … uint32_t SelectStart, uint32_t SelectMode);
|