Searched refs:PERIPHERAL_REG_BASE (Results 1 – 2 of 2) sorted by relevance
/nrf_hw_models-3.7.0/src/nrfx/hal/ |
D | nrf_hack.c | 53 #define PERIPHERAL_REG_BASE(per, nbr, post) \ macro 57 (p >= PERIPHERAL_REG_BASE(per, nbr, post)) && \ 58 ((intptr_t)p < (intptr_t)PERIPHERAL_REG_BASE(per, nbr, post) + sizeof(NRF_##per##_Type)) 97 *p_reg = PERIPHERAL_REG_BASE(per, nbr, post); \ in nrf_dppi_hack_get_task_from_ptr()
|
/nrf_hw_models-3.7.0/src/nrfx/drivers/ |
D | nrfx_common.c | 12 #define PERIPHERAL_REG_BASE(per, nbr, post) \ macro 16 (p >= PERIPHERAL_REG_BASE(per, nbr, post)) && \ 17 ((intptr_t)p < (intptr_t)PERIPHERAL_REG_BASE(per, nbr, post) + sizeof(NRF_##per##_Type))
|