Home
last modified time | relevance | path

Searched refs:NRF_UICR (Results 1 – 16 of 16) sorted by relevance

/hal_nordic-3.4.0/nrfx/mdk/
Dsystem_nrf52.c312 …if (nrf52_configuration_249() && (NRF_UICR->NRFMDK[0] == 0xFFFFFFFF || NRF_UICR->NRFMDK[1] == 0xFF… in SystemInit()
315 NRF_UICR->NRFMDK[0] = 0; in SystemInit()
317 NRF_UICR->NRFMDK[1] = 0; in SystemInit()
327 …if ((NRF_UICR->NFCPINS & UICR_NFCPINS_PROTECT_Msk) == (UICR_NFCPINS_PROTECT_NFC << UICR_NFCPINS_PR… in SystemInit()
329 NRF_UICR->NFCPINS &= ~UICR_NFCPINS_PROTECT_Msk; in SystemInit()
340 …if (((NRF_UICR->PSELRESET[0] & UICR_PSELRESET_CONNECT_Msk) != (UICR_PSELRESET_CONNECT_Connected <<… in SystemInit()
341 …((NRF_UICR->PSELRESET[1] & UICR_PSELRESET_CONNECT_Msk) != (UICR_PSELRESET_CONNECT_Connected << UIC… in SystemInit()
343 NRF_UICR->PSELRESET[0] = RESET_PIN; in SystemInit()
345 NRF_UICR->PSELRESET[1] = RESET_PIN; in SystemInit()
Dsystem_nrf52_approtect.h55 NRF_APPROTECT->DISABLE = NRF_UICR->APPROTECT; in nrf52_handle_approtect()
Dnrf51.h1274 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
Dnrf52805.h1782 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
Dnrf52810.h1957 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
Dnrf52820.h2038 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
Dnrf52811.h2030 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
Dnrf52.h2358 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
Dnrf52833.h2719 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
Dnrf52840.h2848 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
/hal_nordic-3.4.0/nrfx/hal/
Dnrf_nvmc.h395 uint32_t cr0_len = NRF_UICR->CLENR0 == 0xFFFFFFFF ? 0 : NRF_UICR->CLENR0; in nrf_nvmc_page_erase_start()
/hal_nordic-3.4.0/nrfx/templates/
Dnrfx_config_nrf5340_network.h83 #define NRF_UICR NRF_UICR_NS macro
Dnrfx_config_nrf91.h114 #define NRF_UICR NRF_UICR_S macro
Dnrfx_config_nrf5340_application.h131 #define NRF_UICR NRF_UICR_S macro
/hal_nordic-3.4.0/nrfx/drivers/src/
Dnrfx_nvmc.c167 (addr - (uint32_t)NRF_UICR) < sizeof(NRF_UICR_Type)) in is_valid_address()
/hal_nordic-3.4.0/nrfx/
DCHANGELOG.md218 - Removed usage of the NRF_UICR symbol on non-secure targets in address validity checks in the NVMC…