ESP-IDF
uart_dev_s::
::
::at_char_num
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::
::
::at_char_num
uart_dev_s::
::
::at_char_num field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:297
uint32_t
at_char_num
:
8
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
at_char_num
:
8
;
/*This register is used to configure the number of continuous at_cmd chars received by receiver.*/
uart_struct.h:297
HAL_FORCE_MODIFY_U32_REG_FIELD
(
hw
->
at_cmd_char
,
at_char_num
,
cmd_char
->
char_num
)
;
uart_ll.h:659
uart_ll_set_at_cmd_char()
*
char_num
=
HAL_FORCE_READ_U32_REG_FIELD
(
hw
->
at_cmd_char
,
at_char_num
)
;
uart_ll.h:860
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::
::
::at_char_num
is written by 1 function and is read by 1 function:
uart_ll_set_at_cmd_char()
All items filtered out
uart_dev_s::
::
::at_char_num
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