ESP-IDF
uart_dev_s::status
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::status
uart_dev_s::status field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:140
union
{
struct
{
uint32_t
rxfifo_cnt
:
8
;
uint32_t
st_urx_out
:
4
;
uint32_t
reserved12
:
1
;
uint32_t
dsrn
:
1
;
uint32_t
ctsn
:
1
;
uint32_t
rxd
:
1
;
uint32_t
txfifo_cnt
:
8
;
uint32_t
st_utx_out
:
4
;
uint32_t
reserved28
:
1
;
uint32_t
dtrn
:
1
;
uint32_t
rtsn
:
1
;
uint32_t
txd
:
1
;
}
;
uint32_t
val
;
}
status
;
Examples
References
from
examples
Code
Location
Referrer
}
status
;
uart_struct.h:156
fifo_cnt
=
HAL_FORCE_READ_U32_REG_FIELD
(
hw
->
status
,
rxfifo_cnt
)
;
uart_ll.h:363
uart_ll_rxfifo_rst()
uint32_t
fifo_cnt
=
HAL_FORCE_READ_U32_REG_FIELD
(
hw
->
status
,
rxfifo_cnt
)
;
uart_ll.h:401
uart_ll_get_rxfifo_len()
return
UART_LL_FIFO_DEF_LEN
-
HAL_FORCE_READ_U32_REG_FIELD
(
hw
->
status
,
txfifo_cnt
)
;
uart_ll.h:428
uart_ll_get_txfifo_len()
typeof
(
hw
->
status
)
status
;
uart_ll.h:897
uart_ll_is_tx_idle()
status
.
val
=
hw
->
status
.
val
;
uart_ll.h:898
uart_ll_is_tx_idle()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_dev_s::status
is read by 4 functions:
All items filtered out
uart_dev_s::status
uart_ll_rxfifo_rst()
uart_ll_get_rxfifo_len()
uart_ll_get_txfifo_len()
uart_ll_is_tx_idle()
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