Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_dcmi_ex.h57 uint8_t FrameEndCode; /*!< Specifies the code of the frame end delimiter. */ member
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_dcmi_ex.c135 … ((uint32_t)hdcmi->Init.SyncroCode.FrameEndCode << DCMI_POSITION_ESCR_FEC)); in HAL_DCMI_Init()
H A Dstm32f4xx_hal_dcmi.c240 … ((uint32_t)hdcmi->Init.SyncroCode.FrameEndCode << DCMI_POSITION_ESCR_FEC)); in HAL_DCMI_Init()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_dcmi.h55 uint8_t FrameEndCode; /*!< Specifies the code of the frame end delimiter. */ member
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_dcmi.c316 ((uint32_t)hdcmi->Init.SynchroCode.FrameEndCode << DCMI_ESCR_FEC_Pos)); in HAL_DCMI_Init()