Searched refs:zcbor_bool_encode (Results 1 – 4 of 4) sorted by relevance
50 zcbor_bool_encode(state_e, &false_); in main()
86 bool zcbor_bool_encode(zcbor_state_t *state, const bool *input); /* boolean CBOR simple value */
480 bool zcbor_bool_encode(zcbor_state_t *state, const bool *input) function
257 zassert_false(zcbor_bool_encode(state_e, &(bool){false}), NULL); in ZTEST()297 zassert_true(zcbor_bool_encode(state_e, &(bool){false}), NULL); in ZTEST()