i80_controller sample
ap_chars_map_t
is only used within i80_controller sample.
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
i80_controller sample
ap_chars_map_t
ap_chars_map_t struct
DEFINES TYPEDEFS
Syntax
Show:
Summary
Declaration
from
lv_text_ap.c:23
typedef
struct
{
uint8_t
char_offset
;
uint16_t
char_end_form
;
int8_t
char_beginning_form_offset
;
int8_t
char_middle_form_offset
;
int8_t
char_isolated_form_offset
;
struct
{
uint8_t
conj_to_previous
;
uint8_t
conj_to_next
;
}
ap_chars_conjunction
;
}
ap_chars_map_t
;
Fields
Field
Declared as
ap_chars_map_t::char_offset
uint8_t
ap_chars_map_t::char_end_form
uint16_t
ap_chars_map_t::char_beginning_form_offset
int8_t
ap_chars_map_t::char_middle_form_offset
int8_t
ap_chars_map_t::char_isolated_form_offset
int8_t
ap_chars_map_t::ap_chars_conjunction
struct
{
uint8_t
conj_to_previous
;
uint8_t
conj_to_next
;
}
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
lv_text_ap.c:23
}
ap_chars_map_t
;
lv_text_ap.c:33
ap_chars_map_t
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