ESP-IDF
twai_dev_s::status_reg
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
twai_dev_s::status_reg
twai_dev_s::status_reg field
Syntax
Show:
Summary
Declaration
from
twai_struct.h:45
union
{
struct
{
uint32_t
rbs
:
1
;
uint32_t
dos
:
1
;
uint32_t
tbs
:
1
;
uint32_t
tcs
:
1
;
uint32_t
rs
:
1
;
uint32_t
ts
:
1
;
uint32_t
es
:
1
;
uint32_t
bs
:
1
;
uint32_t
reserved8
:
24
;
}
;
uint32_t
val
;
}
status_reg
;
Examples
References
from
examples
Code
Location
Referrer
}
status_reg
;
/* Address 0x0008 */
twai_struct.h:58
return
hw
->
status_reg
.
val
;
twai_ll.h:424
twai_ll_get_status()
return
hw
->
status_reg
.
dos
;
twai_ll.h:436
twai_ll_is_fifo_overrun()
return
hw
->
status_reg
.
tcs
;
twai_ll.h:448
twai_ll_is_last_tx_successful()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
twai_dev_s::status_reg
is read by 3 functions:
All items filtered out
twai_dev_s::status_reg
twai_ll_get_status()
twai_ll_is_fifo_overrun()
twai_ll_is_last_tx_successful()
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