ESP-IDF
twai_ll_frame_buffer_t::
::
::frame_format
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_ll_frame_buffer_t::
::
::frame_format
twai_ll_frame_buffer_t::
::
::frame_format field
Syntax
Show:
Summary
Declaration
from
twai_ll.h:71
uint8_t
frame_format
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
frame_format
:
1
;
//Format of the frame (1 = extended, 0 = standard)
twai_ll.h:71
tx_frame
->
frame_format
=
is_extd
;
twai_ll.h:758
twai_ll_format_frame_buffer()
flags_temp
|=
(
rx_frame
->
frame_format
)
?
TWAI_MSG_FLAG_EXTD
:
0
;
twai_ll.h:800
twai_ll_parse_frame_buffer()
if
(
rx_frame
->
frame_format
)
{
twai_ll.h:806
twai_ll_parse_frame_buffer()
uint8_t
*
data_buffer
=
(
rx_frame
->
frame_format
)
?
rx_frame
->
extended
.
data
:
rx_frame
->
standard
.
data
;
twai_ll.h:822
twai_ll_parse_frame_buffer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
twai_ll_frame_buffer_t::
::
::frame_format
is written by 1 function and is read by 1 function:
twai_ll_format_frame_buffer()
All items filtered out
twai_ll_frame_buffer_t::
::
::frame_format
twai_ll_parse_frame_buffer()
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