ESP-IDF
uart_dev_s::int_clr
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::int_clr
uart_dev_s::int_clr field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:98
union
{
struct
{
uint32_t
rxfifo_full
:
1
;
uint32_t
txfifo_empty
:
1
;
uint32_t
parity_err
:
1
;
uint32_t
frm_err
:
1
;
uint32_t
rxfifo_ovf
:
1
;
uint32_t
dsr_chg
:
1
;
uint32_t
cts_chg
:
1
;
uint32_t
brk_det
:
1
;
uint32_t
rxfifo_tout
:
1
;
uint32_t
sw_xon
:
1
;
uint32_t
sw_xoff
:
1
;
uint32_t
glitch_det
:
1
;
uint32_t
tx_brk_done
:
1
;
uint32_t
tx_brk_idle_done
:
1
;
uint32_t
tx_done
:
1
;
uint32_t
rs485_parity_err
:
1
;
uint32_t
rs485_frm_err
:
1
;
uint32_t
rs485_clash
:
1
;
uint32_t
at_cmd_char_det
:
1
;
uint32_t
reserved19
:
13
;
}
;
uint32_t
val
;
}
int_clr
;
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out