/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/src/ |
H A D | misc.c | 26 print_bytes(const uint8_t *bytes, int len) in print_bytes()
|
/nrf52832-nimble/rt-thread/components/drivers/mtd/ |
H A D | mtdnand.c | 34 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 D | misc.c | 31 print_bytes(const uint8_t *bytes, int len) in print_bytes()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/ |
H A D | misc.c | 31 print_bytes(const uint8_t *bytes, int len) in print_bytes()
|
H A D | cmd_l2cap.c | 210 uint16_t bytes; in cmd_l2cap_send() local
|
H A D | parse.c | 403 parse_reverse_bytes(uint8_t *bytes, int len) in parse_reverse_bytes()
|
H A D | btshell.c | 2079 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 D | i2c-bit-ops.c | 191 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 D | nrfx_uart.c | 492 size_t bytes, in rx_done_event() 505 size_t bytes) in tx_done_event()
|
H A D | nrfx_uarte.c | 472 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 D | log2smtest.rb | 148 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 D | nrfx_uart.h | 122 uint32_t bytes; ///< Number of bytes transfered. member
|
H A D | nrfx_uarte.h | 131 size_t bytes; ///< Number of bytes transfered. member
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | mtdnand.h | 56 uint8_t bytes; /* gen ecc bytes per ecc step(usually 3) */ member
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/ |
H A D | dfs_nfs.c | 558 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 D | slab.c | 401 rt_inline int zoneindex(rt_uint32_t *bytes) in zoneindex()
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/ |
H A D | ecc.c | 814 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 D | test_sockets.c | 251 static void test_sockets_msgapi_update_iovs(struct msghdr *msg, size_t bytes) in test_sockets_msgapi_update_iovs()
|