Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/src/
Dmain.c21 static uint32_t shared_cell = (uintptr_t)&shared_cell_buffer; variable
23 static uint32_t shared_cell = 0x20070000; variable
31 *(volatile uint32_t *)shared_cell = now; in timeout_handler()
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/net/src/
Dmain.c18 static uint32_t shared_cell = (uintptr_t)&shared_cell_buffer; variable
20 static uint32_t shared_cell = 0x20070000; variable
30 uint32_t app_timestamp = *(volatile uint32_t *)shared_cell; in sync_callback()