Home
last modified time | relevance | path

Searched refs:ExtendedDataMode (Results 1 – 5 of 5) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_dcmi_ex.c95 assert_param(IS_DCMI_EXTENDED_DATA(hdcmi->Init.ExtendedDataMode)); in HAL_DCMI_Init()
122 hdcmi->Init.PCKPolarity | hdcmi->Init.ExtendedDataMode |\ in HAL_DCMI_Init()
H A Dstm32f4xx_hal_dcmi.c193 assert_param(IS_DCMI_EXTENDED_DATA(hdcmi->Init.ExtendedDataMode)); in HAL_DCMI_Init()
232 hdcmi->Init.PCKPolarity | hdcmi->Init.ExtendedDataMode | \ in HAL_DCMI_Init()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_dcmi_ex.h80 …uint32_t ExtendedDataMode; /*!< Specifies the data width: 8-bit, 10-bit, 12-bit or 14-b… member
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_dcmi.c252 assert_param(IS_DCMI_EXTENDED_DATA(hdcmi->Init.ExtendedDataMode)); in HAL_DCMI_Init()
291 if (hdcmi->Init.ExtendedDataMode != DCMI_EXTEND_DATA_8B) in HAL_DCMI_Init()
306 hdcmi->Init.PCKPolarity | hdcmi->Init.ExtendedDataMode |\ in HAL_DCMI_Init()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_dcmi.h91 …uint32_t ExtendedDataMode; /*!< Specifies the data width: 8-bit, 10-bit, 12-bit or 14-b… member