Searched defs:mode (Results 1 – 2 of 2) sorted by relevance
| /zcbor-latest/zcbor/ |
| D | zcbor.py | 171 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/ |
| D | zcbor_decode.c | 826 static bool manipulate_flags(zcbor_state_t *state, uint32_t mode) in manipulate_flags()
|