Home
last modified time | relevance | path

Searched refs:last_byte (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/drivers/i2c/custom_target/src/
Dmain.c12 static char last_byte; variable
32 last_byte = val; in sample_target_write_received_cb()
/Zephyr-latest/drivers/cache/
Dcache_andes_l2.h148 unsigned long last_byte, align_addr, cmd; in nds_l2_cache_range() local
169 last_byte = (unsigned long)addr + size - 1; in nds_l2_cache_range()
173 while (align_addr <= last_byte) { in nds_l2_cache_range()
Dcache_andes.c82 unsigned long last_byte, align_addr; in nds_cctl_range_operations() local
85 last_byte = (unsigned long)addr + size - 1; in nds_cctl_range_operations()
93 while (align_addr <= last_byte) { in nds_cctl_range_operations()
99 while (align_addr <= last_byte) { in nds_cctl_range_operations()
/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp.c40 uint8_t last_byte; member
53 if (p->last_byte == 0xFF && buf[0] == 0x53) { in osdp_handle_in_byte()
60 p->last_byte = buf[0]; in osdp_handle_in_byte()