Home
last modified time | relevance | path

Searched defs:encode (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/gpio/
Dgpio_max149x6.h30 static uint8_t max149x6_crc(uint8_t *data, bool encode) in max149x6_crc()
/Zephyr-latest/scripts/build/
Duf2conv.py152 def encode(self, blockno, numblocks): member in Block
/Zephyr-latest/subsys/bluetooth/host/
Datt_internal.h287 bt_att_encode_t encode; member
Dgatt.c2577 bt_att_encode_t encode, in gatt_req_alloc()
2602 bt_att_encode_t encode, uint8_t op, size_t len, in gatt_req_send()
/Zephyr-latest/lib/utils/
Djson.c1133 static int encode(const struct json_obj_descr *descr, const void *val, in encode() function