ESP-IDF
decode_bits()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
decode_bits()
decode_bits() function
Syntax
Show:
Summary
Declaration
from
esp_adc_cal_legacy.c:120
static
inline
int
decode_bits
(
uint32_t
bits
,
uint32_t
mask
,
bool
is_twos_compl
)
;
Arguments
Argument
bits
mask
is_twos_compl
Examples
References
from
examples
Code
Location
Referrer
static
inline
int
decode_bits
(
uint32_t
bits
,
uint32_t
mask
,
bool
is_twos_compl
)
esp_adc_cal_legacy.c:120
ret
+=
decode_bits
(
bits
,
VREF_MASK
,
VREF_FORMAT
)
*
VREF_STEP_SIZE
;
esp_adc_cal_legacy.c:142
read_efuse_vref()
ret
+=
decode_bits
(
bits
,
TP_LOW_MASK
,
true
)
*
TP_STEP_SIZE
;
esp_adc_cal_legacy.c:159
read_efuse_tp_low()
ret
+=
decode_bits
(
bits
,
TP_HIGH_MASK
,
true
)
*
TP_STEP_SIZE
;
esp_adc_cal_legacy.c:176
read_efuse_tp_high()
Call Tree
from
examples
decode_bits()
is called by 3 functions:
read_efuse_vref()
read_efuse_tp_low()
read_efuse_tp_high()
All items filtered out
decode_bits()
All items filtered out
Data Use
from
examples
decode_bits()
:
All items filtered out
decode_bits()
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
Lifecycle
from
examples
All items filtered out
All items filtered out