Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/hal/
A Dnrf_acl.h43 (nrf_ficr_codepagesize_get(NRF_FICR) * nrf_ficr_codesize_get(NRF_FICR))
118 NRFX_ASSERT(address % nrf_ficr_codepagesize_get(NRF_FICR) == 0); in nrf_acl_region_set()
121 NRFX_ASSERT(size % nrf_ficr_codepagesize_get(NRF_FICR) == 0); in nrf_acl_region_set()
A Dnrf_ficr.h56 NRF_STATIC_INLINE uint32_t nrf_ficr_codepagesize_get(NRF_FICR_Type const * p_reg);
92 NRF_STATIC_INLINE uint32_t nrf_ficr_codepagesize_get(NRF_FICR_Type const * p_reg) in nrf_ficr_codepagesize_get() function
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_nvmc.c115 flash_page_size = nrf_ficr_codepagesize_get(NRF_FICR); in flash_page_size_get()

Completed in 4 milliseconds