Searched refs:NRF_UICR (Results 1 – 16 of 16) sorted by relevance
312 …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()
55 NRF_APPROTECT->DISABLE = NRF_UICR->APPROTECT; in nrf52_handle_approtect()
1274 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
1782 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
1957 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
2038 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
2030 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
2358 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
2719 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
2848 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
395 uint32_t cr0_len = NRF_UICR->CLENR0 == 0xFFFFFFFF ? 0 : NRF_UICR->CLENR0; in nrf_nvmc_page_erase_start()
83 #define NRF_UICR NRF_UICR_NS macro
114 #define NRF_UICR NRF_UICR_S macro
131 #define NRF_UICR NRF_UICR_S macro
167 (addr - (uint32_t)NRF_UICR) < sizeof(NRF_UICR_Type)) in is_valid_address()
218 - Removed usage of the NRF_UICR symbol on non-secure targets in address validity checks in the NVMC…