HAL
HAL_DCMI_StateTypeDef
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/4)...
HAL
Inc
Legacy
stm32f4xx_hal_adc_ex.h
stm32f4xx_hal_adc.h
stm32f4xx_hal_can.h
stm32f4xx_hal_cec.h
stm32f4xx_hal_cortex.h
stm32f4xx_hal_crc.h
stm32f4xx_hal_cryp_ex.h
stm32f4xx_hal_cryp.h
stm32f4xx_hal_dac_ex.h
stm32f4xx_hal_dac.h
stm32f4xx_hal_dcmi_ex.h
stm32f4xx_hal_dcmi.h
DCMI_SyncUnmaskTypeDef
HAL_DCMI_StateTypeDef
DCMI_HandleTypeDef
HAL_DCMI_Init()
HAL_DCMI_DeInit()
HAL_DCMI_MspInit()
HAL_DCMI_MspDeInit()
HAL_DCMI_Start_DMA()
HAL_DCMI_Stop()
HAL_DCMI_Suspend()
HAL_DCMI_Resume()
HAL_DCMI_ErrorCallback()
HAL_DCMI_LineEventCallback()
HAL_DCMI_FrameEventCallback()
HAL_DCMI_VsyncEventCallback()
HAL_DCMI_VsyncCallback()
HAL_DCMI_HsyncCallback()
HAL_DCMI_IRQHandler()
HAL_DCMI_ConfigCrop()
HAL_DCMI_EnableCrop()
HAL_DCMI_DisableCrop()
HAL_DCMI_ConfigSyncUnmask()
HAL_DCMI_GetState()
HAL_DCMI_GetError()
stm32f4xx_hal_def.h
stm32f4xx_hal_dfsdm.h
stm32f4xx_hal_dma_ex.h
stm32f4xx_hal_dma.h
stm32f4xx_hal_dma2d.h
stm32f4xx_hal_dsi.h
stm32f4xx_hal_eth.h
stm32f4xx_hal_exti.h
stm32f4xx_hal_flash_ex.h
stm32f4xx_hal_flash_ramfunc.h
stm32f4xx_hal_flash.h
stm32f4xx_hal_fmpi2c_ex.h
stm32f4xx_hal_fmpi2c.h
stm32f4xx_hal_gpio_ex.h
stm32f4xx_hal_gpio.h
stm32f4xx_hal_hash_ex.h
stm32f4xx_hal_hash.h
stm32f4xx_hal_hcd.h
stm32f4xx_hal_i2c_ex.h
stm32f4xx_hal_i2c.h
stm32f4xx_hal_i2s_ex.h
stm32f4xx_hal_i2s.h
stm32f4xx_hal_irda.h
stm32f4xx_hal_iwdg.h
stm32f4xx_hal_lptim.h
stm32f4xx_hal_ltdc_ex.h
stm32f4xx_hal_ltdc.h
stm32f4xx_hal_nand.h
stm32f4xx_hal_nor.h
stm32f4xx_hal_pccard.h
stm32f4xx_hal_pcd_ex.h
stm32f4xx_hal_pcd.h
stm32f4xx_hal_pwr_ex.h
stm32f4xx_hal_pwr.h
stm32f4xx_hal_qspi.h
stm32f4xx_hal_rcc_ex.h
stm32f4xx_hal_rcc.h
stm32f4xx_hal_rng.h
stm32f4xx_hal_rtc_ex.h
stm32f4xx_hal_rtc.h
stm32f4xx_hal_sai_ex.h
stm32f4xx_hal_sai.h
stm32f4xx_hal_sd.h
stm32f4xx_hal_sdram.h
stm32f4xx_hal_smartcard.h
stm32f4xx_hal_spdifrx.h
stm32f4xx_hal_spi.h
stm32f4xx_hal_sram.h
stm32f4xx_hal_tim_ex.h
stm32f4xx_hal_tim.h
stm32f4xx_hal_uart.h
stm32f4xx_hal_usart.h
stm32f4xx_hal_wwdg.h
stm32f4xx_hal.h
stm32f4xx_ll_adc.h
stm32f4xx_ll_bus.h
stm32f4xx_ll_cortex.h
stm32f4xx_ll_crc.h
stm32f4xx_ll_dac.h
stm32f4xx_ll_dma.h
stm32f4xx_ll_dma2d.h
stm32f4xx_ll_exti.h
stm32f4xx_ll_fmc.h
stm32f4xx_ll_fsmc.h
stm32f4xx_ll_gpio.h
stm32f4xx_ll_i2c.h
stm32f4xx_ll_iwdg.h
stm32f4xx_ll_lptim.h
stm32f4xx_ll_pwr.h
stm32f4xx_ll_rcc.h
stm32f4xx_ll_rng.h
stm32f4xx_ll_rtc.h
stm32f4xx_ll_sdmmc.h
stm32f4xx_ll_spi.h
stm32f4xx_ll_system.h
stm32f4xx_ll_tim.h
stm32f4xx_ll_usart.h
stm32f4xx_ll_usb.h
stm32f4xx_ll_utils.h
stm32f4xx_ll_wwdg.h
Src
CMSIS
FreeRTOS
Adafruit_Shield
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
HAL_DCMI_StateTypeDef
HAL_DCMI_StateTypeDef enum
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_dcmi.h:62
enum
{
HAL_DCMI_STATE_RESET
=
0x00U
,
HAL_DCMI_STATE_READY
=
0x01U
,
HAL_DCMI_STATE_BUSY
=
0x02U
,
HAL_DCMI_STATE_TIMEOUT
=
0x03U
,
HAL_DCMI_STATE_ERROR
=
0x04U
,
HAL_DCMI_STATE_SUSPENDED
=
0x05U
}
;
Values
Value
Declared as
Description
HAL_DCMI_StateTypeDef::HAL_DCMI_STATE_RESET
=
0x00U
DCMI not yet initialized or disabled.
HAL_DCMI_StateTypeDef::HAL_DCMI_STATE_READY
=
0x01U
DCMI initialized and ready for use.
HAL_DCMI_StateTypeDef::HAL_DCMI_STATE_BUSY
=
0x02U
DCMI internal processing is ongoing.
HAL_DCMI_StateTypeDef::HAL_DCMI_STATE_TIMEOUT
=
0x03U
DCMI timeout state.
HAL_DCMI_StateTypeDef::HAL_DCMI_STATE_ERROR
=
0x04U
DCMI error state.
HAL_DCMI_StateTypeDef::HAL_DCMI_STATE_SUSPENDED
=
0x05U
DCMI suspend state.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
stm32f4xx_hal_dcmi.h:62
}
HAL_DCMI_StateTypeDef
;
stm32f4xx_hal_dcmi.h:70
HAL_DCMI_StateTypeDef
HAL_DCMI_GetState
(
DCMI_HandleTypeDef
*
hdcmi
)
stm32f4xx_hal_dcmi.c:871
HAL_DCMI_GetState()
}
HAL_DCMI_StateTypeDef
;
stm32f4xx_hal_dcmi.h:70
HAL_DCMI_StateTypeDef
__IO
HAL_DCMI_StateTypeDef
State
;
/*!< DCMI state */
stm32f4xx_hal_dcmi.h:83
__DCMI_HandleTypeDef
__DCMI_HandleTypeDef::State
HAL_DCMI_StateTypeDef
HAL_DCMI_GetState
(
DCMI_HandleTypeDef
*
hdcmi
)
;
stm32f4xx_hal_dcmi.h:478
HAL_DCMI_GetState()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
__DCMI_HandleTypeDef::State
__DCMI_HandleTypeDef
stm32f4xx_hal_dcmi.h:83
return
HAL_DCMI_GetState()
stm32f4xx_hal_dcmi.h:478
return
HAL_DCMI_GetState()
stm32f4xx_hal_dcmi.c:871
Lifecycle
from
examples
All items filtered out
All items filtered out