Home
last modified time | relevance | path

Searched refs:SelectMode (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
1693 assert_param(IS_DCMIPP_BYTE_SELECT_MODE(SelectMode)); in HAL_DCMIPP_PIPE_SetBytesDecimationConfig()
1707 if (((SelectStart == DCMIPP_OEBS_EVEN) && (SelectMode > DCMIPP_BSM_ALL)) || \ in HAL_DCMIPP_PIPE_SetBytesDecimationConfig()
1708 ((SelectMode > DCMIPP_BSM_DATA_OUT_2) && (tmp != DCMIPP_INTERFACE_8BITS))) in HAL_DCMIPP_PIPE_SetBytesDecimationConfig()
1715 …REG(hdcmipp->Instance->P0PPCR, DCMIPP_P0PPCR_BSM | DCMIPP_P0PPCR_OEBS, (SelectStart | SelectMode)); in HAL_DCMIPP_PIPE_SetBytesDecimationConfig()
1735 … uint32_t SelectStart, uint32_t SelectMode) in HAL_DCMIPP_PIPE_SetLinesDecimationConfig() argument
1738 assert_param(IS_DCMIPP_LINE_SELECT_MODE(SelectMode)); in HAL_DCMIPP_PIPE_SetLinesDecimationConfig()
1750 if ((SelectStart == DCMIPP_OELS_EVEN) && (SelectMode == DCMIPP_LSM_ALTERNATE_2)) in HAL_DCMIPP_PIPE_SetLinesDecimationConfig()
1757 …REG(hdcmipp->Instance->P0PPCR, DCMIPP_P0PPCR_LSM | DCMIPP_P0PPCR_OELS, (SelectStart | SelectMode)); 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
4022 assert_param(IS_DCMIPP_BYTE_SELECT_MODE(SelectMode)); in HAL_DCMIPP_PIPE_SetBytesDecimationConfig()
4036 if (((SelectStart == DCMIPP_OEBS_EVEN) && (SelectMode > DCMIPP_BSM_ALL)) || \ in HAL_DCMIPP_PIPE_SetBytesDecimationConfig()
4037 ((SelectMode > DCMIPP_BSM_DATA_OUT_2) && (tmp != DCMIPP_INTERFACE_8BITS))) in HAL_DCMIPP_PIPE_SetBytesDecimationConfig()
4044 …REG(hdcmipp->Instance->P0PPCR, DCMIPP_P0PPCR_BSM | DCMIPP_P0PPCR_OEBS, (SelectStart | SelectMode)); in HAL_DCMIPP_PIPE_SetBytesDecimationConfig()
4064 … uint32_t SelectStart, uint32_t SelectMode) in HAL_DCMIPP_PIPE_SetLinesDecimationConfig() argument
4067 assert_param(IS_DCMIPP_LINE_SELECT_MODE(SelectMode)); in HAL_DCMIPP_PIPE_SetLinesDecimationConfig()
4079 if ((SelectStart == DCMIPP_OELS_EVEN) && (SelectMode == DCMIPP_LSM_ALTERNATE_2)) in HAL_DCMIPP_PIPE_SetLinesDecimationConfig()
4086 …REG(hdcmipp->Instance->P0PPCR, DCMIPP_P0PPCR_LSM | DCMIPP_P0PPCR_OELS, (SelectStart | SelectMode)); 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);