Searched defs:Control (Results 1 – 20 of 20) sorted by relevance
281 pub struct Control { struct283 pub enable_uart: bool,286 pub enable_sir: bool,288 pub sir_lowpower_irda_mode: u1,312 impl_vmstate_bitsized!(Control); argument314 impl Control { implementation322 impl Default for Control { implementation
114 #### YAML (Deprecated)129 #### JSON
2 subdir('Control') subdir
4 subdir('Control') subdir
3 subdir('Control') subdir
68 ### Mux Control - Example
454 Control section in Switch Control
13 subdir('Control') subdir
43 class Control(object): class
37 "Control": { object
391 uint32_t Control; /* 14h */ member
1590 typedef struct _Control Control; typedef
13232 G_DEFINE_INTERFACE (Control, control, G_TYPE_OBJECT) in G_DEFINE_INTERFACE() argument