Home
last modified time | relevance | path

Searched refs:write_byte (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Virtualization/libs/libvmbase/src/
Duart.rs39 pub fn write_byte(&mut self, byte: u8) { in write_byte() method
47 self.write_byte(*c); in write_str()
/packages/modules/Nfc/libnfc-nci/src/nfc/include/
Drw_int.h198 uint8_t write_byte; /* Index of last written byte */ member
/packages/modules/Nfc/libnfc-nci/src/nfc/tags/
Drw_t1t_ndef.cc1386 if (p_t1t->write_byte + 1 >= T1T_BLOCK_SIZE) { in rw_t1t_next_ndef_write_block()
1390 index = p_t1t->write_byte + 1; in rw_t1t_next_ndef_write_block()
1490 p_t1t->write_byte = index; in rw_t1t_send_ndef_byte()