Searched refs:num_bytes (Results 1 – 3 of 3) sorted by relevance
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_nvmc.c | 412 void nrfx_nvmc_bytes_write(uint32_t addr, void const * src, uint32_t num_bytes) in nrfx_nvmc_bytes_write() argument 424 if (leading_bytes > num_bytes) in nrfx_nvmc_bytes_write() 426 leading_bytes = num_bytes; in nrfx_nvmc_bytes_write() 431 num_bytes -= leading_bytes; in nrfx_nvmc_bytes_write() 442 for (uint32_t i = 0; i < num_bytes / NVMC_BYTES_IN_WORD; i++) in nrfx_nvmc_bytes_write() 457 uint32_t word_count = num_bytes / NVMC_BYTES_IN_WORD; in nrfx_nvmc_bytes_write() 465 uint32_t trailing_bytes = num_bytes % NVMC_BYTES_IN_WORD; in nrfx_nvmc_bytes_write()
|
| /external/platform/pico/rp2_common/pico_cyw43_driver/cybt_shared_bus/ |
| A D | cybt_shared_bus_driver.c | 193 uint16_t num_bytes, addr, data_pos, type, idx, octet; in cybt_fw_get_data() local 208 num_bytes = (uint16_t)read_hex(p_line_start + 1, 2); in cybt_fw_get_data() 209 assert(num_bytes * 2 + 8 + 2 + 1 == line_len); in cybt_fw_get_data() 219 for (idx = 0; idx < num_bytes; idx++) in cybt_fw_get_data() 247 data_len = num_bytes; in cybt_fw_get_data() 260 uint8_t num_bytes = *(p_btfw_cb->p_next_line_start)++; in cybt_fw_get_data() local 266 if (num_bytes == 0) break; in cybt_fw_get_data() 269 memcpy(hfd->p_ds, p_btfw_cb->p_next_line_start, num_bytes); in cybt_fw_get_data() 270 p_btfw_cb->p_next_line_start += num_bytes; in cybt_fw_get_data() 292 return num_bytes; in cybt_fw_get_data()
|
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_nvmc.h | 232 void nrfx_nvmc_bytes_write(uint32_t address, void const * src, uint32_t num_bytes);
|
Completed in 9 milliseconds