ESP-IDF
uart_dev_s::
::
::data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
uart_dev_s::
::
::data
uart_dev_s::
::
::data field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:296
uint32_t
data
:
8
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
data
:
8
;
/*This register is used to configure the content of at_cmd char.*/
uart_struct.h:296
HAL_FORCE_MODIFY_U32_REG_FIELD
(
hw
->
at_cmd_char
,
data
,
cmd_char
->
cmd_char
)
;
uart_ll.h:658
uart_ll_set_at_cmd_char()
*
cmd_char
=
HAL_FORCE_READ_U32_REG_FIELD
(
hw
->
at_cmd_char
,
data
)
;
uart_ll.h:859
uart_ll_get_at_cmd_char()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_dev_s::
::
::data
is written by 1 function and is read by 1 function:
uart_ll_set_at_cmd_char()
All items filtered out
uart_dev_s::
::
::data
uart_ll_get_at_cmd_char()
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