Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 18 of 18) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/src/
H A Dmisc.c26 print_bytes(const uint8_t *bytes, int len) in print_bytes()
/nrf52832-nimble/rt-thread/components/drivers/mtd/
H A Dmtdnand.c34 size_t bytes; in nand_fill_oob() local
62 size_t bytes = 0; in nand_transfer_oob() local
201 int page, bytes; in nand_do_read_desc() local
336 uint16_t bytes = min(chip->page_size, writelen); in nand_do_write_desc() local
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/src/
H A Dmisc.c31 print_bytes(const uint8_t *bytes, int len) in print_bytes()
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/
H A Dmisc.c31 print_bytes(const uint8_t *bytes, int len) in print_bytes()
H A Dcmd_l2cap.c210 uint16_t bytes; in cmd_l2cap_send() local
H A Dparse.c403 parse_reverse_bytes(uint8_t *bytes, int len) in parse_reverse_bytes()
H A Dbtshell.c2079 btshell_l2cap_send(uint16_t conn_handle, uint16_t idx, uint16_t bytes) in btshell_l2cap_send()
/nrf52832-nimble/rt-thread/components/drivers/i2c/
H A Di2c-bit-ops.c191 rt_size_t bytes = 0; in i2c_send_bytes() local
245 rt_int32_t bytes = 0; /* actual bytes */ in i2c_recv_bytes() local
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_uart.c492 size_t bytes, in rx_done_event()
505 size_t bytes) in tx_done_event()
H A Dnrfx_uarte.c472 size_t bytes, in rx_done_event()
485 size_t bytes) in tx_done_event()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/tools/
H A Dlog2smtest.rb148 def bytes_to_arr_body(bytes, indent) argument
171 def bytes_to_arr(bytes, name, indent) argument
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_uart.h122 uint32_t bytes; ///< Number of bytes transfered. member
H A Dnrfx_uarte.h131 size_t bytes; ///< Number of bytes transfered. member
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dmtdnand.h56 uint8_t bytes; /* gen ecc bytes per ecc step(usually 3) */ member
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/
H A Ddfs_nfs.c558 ssize_t bytes, total=0; in nfs_read() local
626 ssize_t bytes, total=0; in nfs_write() local
/nrf52832-nimble/rt-thread/src/
H A Dslab.c401 rt_inline int zoneindex(rt_uint32_t *bytes) in zoneindex()
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/
H A Decc.c814 void uECC_vli_nativeToBytes(uint8_t *bytes, int num_bytes, in uECC_vli_nativeToBytes()
825 void uECC_vli_bytesToNative(unsigned int *native, const uint8_t *bytes, in uECC_vli_bytesToNative()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/api/
H A Dtest_sockets.c251 static void test_sockets_msgapi_update_iovs(struct msghdr *msg, size_t bytes) in test_sockets_msgapi_update_iovs()