Searched refs:size1 (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/flash/ |
D | flash_gd32_v2.c | 406 size_t size1 = size - size0; in flash_gd32_erase_block() local 408 if (size1 == 0U) { in flash_gd32_erase_block() 417 ret = gd32_fmc_v2_bank1_erase_block(offset, size1); in flash_gd32_erase_block()
|
/Zephyr-latest/drivers/wifi/winc1500/ |
D | wifi_winc1500_nm_bus_wrapper.c | 151 ret = nm_i2c_write_special(param->buffer1, param->size1, in nm_bus_ioctl()
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap.c | 1522 int r, block1, block2, size1, size2; in coap_update_from_block() local 1526 size1 = coap_get_option_int(cpkt, COAP_OPTION_SIZE1); in coap_update_from_block() 1535 return update_descriptive_block(ctx, block1, size1 == -ENOENT ? 0 : size1); in coap_update_from_block() 1538 r = update_control_block1(ctx, block1, size1); in coap_update_from_block()
|