Home
last modified time | relevance | path

Searched refs:addr_end (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/flash/
Dsoc_flash_nrf_mram.c61 static void commit_changes(uintptr_t addr_end) in commit_changes() argument
66 if ((WRITE_BLOCK_SIZE & MRAM_WORD_MASK) == 0 || (addr_end & MRAM_WORD_MASK) == 0) { in commit_changes()
77 addr_end |= MRAM_WORD_MASK; in commit_changes()
82 sys_write8(sys_read8(addr_end), addr_end); in commit_changes()
/Zephyr-latest/subsys/bluetooth/mesh/
Dcdb.c110 uint16_t addr_end = addr_start + num_elem - 1; in addr_is_free() local
115 !BT_MESH_ADDR_IS_UNICAST(addr_end) || in addr_is_free()
130 if (!(addr_end < other_start || addr_start > other_end)) { in addr_is_free()