Skip to main content

ADC_HandleTypeDef

Type Alias ADC_HandleTypeDef 

Source
pub type ADC_HandleTypeDef = __ADC_HandleTypeDef;
Expand description

@brief ADC handle Structure definition

Aliased Type§

#[repr(C)]
pub struct ADC_HandleTypeDef { pub Instance: *mut ADC_TypeDef, pub Init: ADC_InitTypeDef, pub DMA_Handle: *mut __DMA_HandleTypeDef, pub Lock: u32, pub State: u32, pub ErrorCode: u32, }

Fields§

§Instance: *mut ADC_TypeDef

< Register base address

§Init: ADC_InitTypeDef

< ADC required parameters

§DMA_Handle: *mut __DMA_HandleTypeDef

< Pointer DMA Handler

§Lock: u32

< ADC locking object

§State: u32

< ADC communication state (bitmap of ADC states)

§ErrorCode: u32

< ADC Error code