Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/mdk/
A Dsystem_nrf52833.c122 …if ((NRF_UICR->NFCPINS & UICR_NFCPINS_PROTECT_Msk) == (UICR_NFCPINS_PROTECT_NFC << UICR_NFCPINS_PR… in SystemInit()
125 NRF_UICR->NFCPINS &= ~UICR_NFCPINS_PROTECT_Msk; in SystemInit()
137 …if (((NRF_UICR->PSELRESET[0] & UICR_PSELRESET_CONNECT_Msk) != (UICR_PSELRESET_CONNECT_Connected <<… in SystemInit()
138 …((NRF_UICR->PSELRESET[1] & UICR_PSELRESET_CONNECT_Msk) != (UICR_PSELRESET_CONNECT_Connected << UIC… in SystemInit()
141 NRF_UICR->PSELRESET[0] = 18; in SystemInit()
143 NRF_UICR->PSELRESET[1] = 18; in SystemInit()
A Dsystem_nrf52840.c147 …if ((NRF_UICR->NFCPINS & UICR_NFCPINS_PROTECT_Msk) == (UICR_NFCPINS_PROTECT_NFC << UICR_NFCPINS_PR… in SystemInit()
150 NRF_UICR->NFCPINS &= ~UICR_NFCPINS_PROTECT_Msk; in SystemInit()
162 …if (((NRF_UICR->PSELRESET[0] & UICR_PSELRESET_CONNECT_Msk) != (UICR_PSELRESET_CONNECT_Connected <<… in SystemInit()
163 …((NRF_UICR->PSELRESET[1] & UICR_PSELRESET_CONNECT_Msk) != (UICR_PSELRESET_CONNECT_Connected << UIC… in SystemInit()
166 NRF_UICR->PSELRESET[0] = 18; in SystemInit()
168 NRF_UICR->PSELRESET[1] = 18; in SystemInit()
A Dsystem_nrf52.c174 …if ((NRF_UICR->NFCPINS & UICR_NFCPINS_PROTECT_Msk) == (UICR_NFCPINS_PROTECT_NFC << UICR_NFCPINS_PR… in SystemInit()
177 NRF_UICR->NFCPINS &= ~UICR_NFCPINS_PROTECT_Msk; in SystemInit()
189 …if (((NRF_UICR->PSELRESET[0] & UICR_PSELRESET_CONNECT_Msk) != (UICR_PSELRESET_CONNECT_Connected <<… in SystemInit()
190 …((NRF_UICR->PSELRESET[1] & UICR_PSELRESET_CONNECT_Msk) != (UICR_PSELRESET_CONNECT_Connected << UIC… in SystemInit()
193 NRF_UICR->PSELRESET[0] = 21; in SystemInit()
195 NRF_UICR->PSELRESET[1] = 21; in SystemInit()
A Dsystem_nrf52820.c102 …if (((NRF_UICR->PSELRESET[0] & UICR_PSELRESET_CONNECT_Msk) != (UICR_PSELRESET_CONNECT_Connected <<… in SystemInit()
103 …((NRF_UICR->PSELRESET[1] & UICR_PSELRESET_CONNECT_Msk) != (UICR_PSELRESET_CONNECT_Connected << UIC… in SystemInit()
106 NRF_UICR->PSELRESET[0] = 18; in SystemInit()
108 NRF_UICR->PSELRESET[1] = 18; in SystemInit()
A Dsystem_nrf52805.c108 …if (((NRF_UICR->PSELRESET[0] & UICR_PSELRESET_CONNECT_Msk) != (UICR_PSELRESET_CONNECT_Connected <<… in SystemInit()
109 …((NRF_UICR->PSELRESET[1] & UICR_PSELRESET_CONNECT_Msk) != (UICR_PSELRESET_CONNECT_Connected << UIC… in SystemInit()
112 NRF_UICR->PSELRESET[0] = RESET_PIN; in SystemInit()
114 NRF_UICR->PSELRESET[1] = RESET_PIN; in SystemInit()
A Dsystem_nrf52811.c127 …if (((NRF_UICR->PSELRESET[0] & UICR_PSELRESET_CONNECT_Msk) != (UICR_PSELRESET_CONNECT_Connected <<… in SystemInit()
128 …((NRF_UICR->PSELRESET[1] & UICR_PSELRESET_CONNECT_Msk) != (UICR_PSELRESET_CONNECT_Connected << UIC… in SystemInit()
131 NRF_UICR->PSELRESET[0] = RESET_PIN; in SystemInit()
133 NRF_UICR->PSELRESET[1] = RESET_PIN; in SystemInit()
A Dsystem_nrf52810.c170 …if (((NRF_UICR->PSELRESET[0] & UICR_PSELRESET_CONNECT_Msk) != (UICR_PSELRESET_CONNECT_Connected <<… in SystemInit()
171 …((NRF_UICR->PSELRESET[1] & UICR_PSELRESET_CONNECT_Msk) != (UICR_PSELRESET_CONNECT_Connected << UIC… in SystemInit()
174 NRF_UICR->PSELRESET[0] = 21; in SystemInit()
176 NRF_UICR->PSELRESET[1] = 21; in SystemInit()
A Dnrf51.h1271 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
A Dnrf52805.h1758 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
A Dnrf52810.h1933 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
A Dnrf52811.h2004 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
A Dnrf52820.h2015 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
A Dnrf52.h2348 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
A Dnrf52833.h2696 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
A Dnrf52840.h2825 #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE) macro
/lk-master/external/platform/nrfx/hal/
A Dnrf_nvmc.h292 uint32_t cr0_len = NRF_UICR->CLENR0 == 0xFFFFFFFF ? 0 : NRF_UICR->CLENR0; in nrf_nvmc_page_erase_start()
/lk-master/external/platform/nrfx/templates/
A Dnrfx_config_nrf5340_network.h81 #define NRF_UICR NRF_UICR_NS macro
A Dnrfx_config_nrf9160.h112 #define NRF_UICR NRF_UICR_S macro
A Dnrfx_config_nrf5340_application.h129 #define NRF_UICR NRF_UICR_S macro
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_nvmc.c164 (addr - (uint32_t)NRF_UICR) < sizeof(NRF_UICR_Type)) in is_valid_address()
/lk-master/external/platform/nrf51/include/platform/
A Dnrf518xx.h1272 #define NRF_UICR ((NRF_UICR_Type *) NRF_UICR_BASE) macro
/lk-master/external/platform/nrfx/
A DCHANGELOG.md24 - Removed usage of the NRF_UICR symbol on non-secure targets in address validity checks in the NVMC…

Completed in 124 milliseconds