ESP-IDF
uart_dev_s::int_raw
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_raw
uart_dev_s::int_raw field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:23
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_raw
;
Examples
References
from
examples
Code
Location
Referrer
}
int_raw
;
uart_struct.h:47
return
hw
->
int_raw
.
val
;
uart_ll.h:269
uart_ll_get_intraw_mask()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_dev_s::int_raw
is read by 1 function:
All items filtered out
uart_dev_s::int_raw
uart_ll_get_intraw_mask()
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