TinyUSB Library
TU_ATTR_ALIGNED
is only used within TinyUSB Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
TU_ATTR_ALIGNED
TU_ATTR_ALIGNED macro
Syntax
Show:
Summary
Declaration
from
tusb_compiler.h:127
#define
TU_ATTR_ALIGNED
(
Bytes
)
__attribute__
(
(
aligned
(
Bytes
)
)
)
Arguments
Argument
Bytes
Examples
References
from
examples
Code
Location
#define
TU_ATTR_ALIGNED
(
Bytes
)
__attribute__
(
(
aligned
(
Bytes
)
)
)
tusb_compiler.h:127
uint8_t
uid
[
16
]
TU_ATTR_ALIGNED
(
4
)
;
board_api.h:145
TU_ATTR_ALIGNED
(
4
)
cdc_line_coding_t
line_coding
;
cdc_device.c:59
TU_ATTR_ALIGNED
(
4
)
cdc_line_coding_t
line_coding
;
// Baudrate, stop bits, parity, data width
cdc_host.c:61
typedef
struct
TU_ATTR_ALIGNED
(
4
)
{
dcd.h:55
#define
CFG_TUSB_MEM_ALIGN
TU_ATTR_ALIGNED
(
4
)
tusb_option.h:341
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