Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 2 of 2) sorted by relevance

/zcbor-latest/zcbor/
Dzcbor.py171 def struct_ptr_name(mode): argument
1866 def __init__(self, mode, entry_type_names, default_bit_size, *args, **kwargs): argument
1873 def from_cddl(cddl_class, mode, *args, **kwargs): argument
2688 def unique_types(self, mode): argument
2709 def unique_funcs(self, mode): argument
2731 def used_funcs(self, mode): argument
2749 def render_forward_declaration(self, xcoder, mode): argument
2757 def render_function(self, xcoder, mode): argument
2802 def render_entry_function(self, xcoder, mode): argument
2819 def render_c_file(self, header_file_name, mode): argument
[all …]
/zcbor-latest/src/
Dzcbor_decode.c826 static bool manipulate_flags(zcbor_state_t *state, uint32_t mode) in manipulate_flags()