Home
last modified time | relevance | path

Searched defs:write (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/boot/boot_serial/include/boot_serial/
Dboot_serial.h37 void (*write)(const char *ptr, int cnt); member
/mcuboot-latest/sim/simflash/src/
Dlib.rs56 fn write(&mut self, offset: usize, payload: &[u8]) -> Result<()>; in write() method
182 fn write(&mut self, offset: usize, payload: &[u8]) -> Result<()> { in write() method