Go to the source code of this file.
|
| namespace | fl |
| | Base definition for an LED controller.
|
| |
| namespace | fl::detail |
| | Compile-time linker keep-alive hook for a single fl::Bus.
|
| |
◆ fl::detail::max_align_with_ld
| union fl::detail::max_align_with_ld |
| Class Members |
|
long double |
ld |
|
|
long long |
ll |
|
|
void * |
p |
|
◆ fl::detail::max_align_without_ld
| union fl::detail::max_align_without_ld |
| Class Members |
|
double |
d |
|
|
long long |
ll |
|
|
void * |
p |
|
◆ fl::max_align_selector
| struct fl::max_align_selector |
| Class Members |
|
typedef max_align_with_ld |
type |
|
◆ fl::max_align_selector< false >
| struct fl::max_align_selector< false > |
| Class Members |
|
typedef max_align_with_ld |
type |
|
|
typedef max_align_without_ld |
type |
|