ESP-IDF
adc_hal_dma_desc_status_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
adc_hal_dma_desc_status_t
adc_hal_dma_desc_status_t enum
Syntax
Show:
Summary
Declaration
from
adc_hal.h:43
enum
adc_hal_dma_desc_status_t
{
ADC_HAL_DMA_DESC_VALID
=
0
,
ADC_HAL_DMA_DESC_WAITING
=
1
,
ADC_HAL_DMA_DESC_NULL
=
2
}
;
Values
Value
Declared as
adc_hal_dma_desc_status_t::ADC_HAL_DMA_DESC_VALID
=
0
adc_hal_dma_desc_status_t::ADC_HAL_DMA_DESC_WAITING
=
1
adc_hal_dma_desc_status_t::ADC_HAL_DMA_DESC_NULL
=
2
Examples
References
from
examples
Code
Location
Referrer
typedef
enum
adc_hal_dma_desc_status_t
{
adc_hal.h:43
}
adc_hal_dma_desc_status_t
;
adc_hal.h:47
adc_hal_dma_desc_status_t
status
=
false
;
adc_continuous.c:66
adc_dma_intr()
adc_hal_dma_desc_status_t
status
=
false
;
adc_dma_legacy.c:411
s_adc_dma_intr()
adc_hal_dma_desc_status_t
adc_hal_get_reading_result
(
adc_hal_dma_ctx_t
*
hal
,
const
intptr_t
eof_desc_addr
,
uint8_t
*
*
buffer
,
uint32_t
*
len
)
adc_hal.c:231
adc_hal_get_reading_result()
}
adc_hal_dma_desc_status_t
;
adc_hal.h:47
adc_hal_dma_desc_status_t
adc_hal_dma_desc_status_t
adc_hal_get_reading_result
(
adc_hal_dma_ctx_t
*
hal
,
const
intptr_t
eof_desc_addr
,
uint8_t
*
*
buffer
,
uint32_t
*
len
)
;
adc_hal.h:155
adc_hal_get_reading_result()
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
return
adc_hal_get_reading_result()
adc_hal.h:155
return
adc_hal_get_reading_result()
adc_hal.c:231
Lifecycle
from
examples
All items filtered out
All items filtered out