ESP-IDF
twai_dev_s::command_reg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
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::command_reg
twai_dev_s::command_reg field
Syntax
Show:
Summary
Declaration
from
twai_struct.h:34
union
{
struct
{
uint32_t
tr
:
1
;
uint32_t
at
:
1
;
uint32_t
rrb
:
1
;
uint32_t
cdo
:
1
;
uint32_t
srr
:
1
;
uint32_t
reserved5
:
27
;
}
;
uint32_t
val
;
}
command_reg
;
Examples
References
from
examples
Code
Location
Referrer
}
command_reg
;
/* Address 0x0004 */
twai_struct.h:44
hw
->
command_reg
.
tr
=
1
;
twai_ll.h:307
twai_ll_set_cmd_tx()
hw
->
command_reg
.
val
=
0x03
;
//Writing to TR and AT simultaneously
twai_ll.h:325
twai_ll_set_cmd_tx_single_shot()
hw
->
command_reg
.
at
=
1
;
twai_ll.h:345
twai_ll_set_cmd_abort_tx()
hw
->
command_reg
.
rrb
=
1
;
twai_ll.h:358
twai_ll_set_cmd_release_rx_buffer()
hw
->
command_reg
.
cdo
=
1
;
twai_ll.h:371
twai_ll_set_cmd_clear_data_overrun()
hw
->
command_reg
.
srr
=
1
;
twai_ll.h:391
twai_ll_set_cmd_self_rx_request()
hw
->
command_reg
.
val
=
0x12
;
twai_ll.h:410
twai_ll_set_cmd_self_rx_single_shot()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
twai_dev_s::command_reg
is read by 7 functions:
All items filtered out
twai_dev_s::command_reg
twai_ll_set_cmd_tx()
twai_ll_set_cmd_tx_single_shot()
twai_ll_set_cmd_abort_tx()
twai_ll_set_cmd_release_rx_buffer()
twai_ll_set_cmd_clear_data_overrun()
twai_ll_set_cmd_self_rx_request()
twai_ll_set_cmd_self_rx_single_shot()
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