Searched defs:mode (Results 1 – 2 of 2) sorted by relevance
/zcbor-3.7.0/zcbor/ |
D | zcbor.py | 169 def struct_ptr_name(mode): argument 1759 def __init__(self, mode, entry_type_names, default_bit_size, *args, **kwargs): argument 1766 def from_cddl(cddl_class, mode, *args, **kwargs): argument 2559 def unique_types(self, mode): argument 2579 def unique_funcs(self, mode): argument 2600 def used_funcs(self, mode): argument 2616 def render_forward_declaration(self, xcoder, mode): argument 2623 def render_function(self, xcoder, mode): argument 2648 def render_entry_function(self, xcoder, mode): argument 2665 def render_c_file(self, header_file_name, mode): argument [all …]
|
/zcbor-3.7.0/src/ |
D | zcbor_decode.c | 782 static bool manipulate_flags(zcbor_state_t *state, uint32_t mode)
|