Searched refs:RESETREAS (Results 1 – 25 of 28) sorted by relevance
12
264 p_reg->RESETREAS.GLOBAL = mask; in nrf_resetinfo_resetreas_global_set()269 return p_reg->RESETREAS.GLOBAL; in nrf_resetinfo_resetreas_global_get()275 p_reg->RESETREAS.LOCAL = mask; in nrf_resetinfo_resetreas_local_set()280 return p_reg->RESETREAS.LOCAL; in nrf_resetinfo_resetreas_local_get()287 p_reg->RESETREAS.ERROR.STATUS = status; in nrf_resetinfo_error_status_set()296 return (uint8_t)p_reg->RESETREAS.ERROR.STATUS; in nrf_resetinfo_error_status_get()306 p_reg->RESETREAS.ERROR.ADDRESS = address; in nrf_resetinfo_error_address_set()315 return p_reg->RESETREAS.ERROR.ADDRESS; in nrf_resetinfo_error_address_get()
233 return p_reg->RESETREAS; in nrf_reset_resetreas_get()238 p_reg->RESETREAS = mask; in nrf_reset_resetreas_clear()
1310 return p_reg->RESETREAS; in nrf_power_resetreas_get()1315 p_reg->RESETREAS = mask; in nrf_power_resetreas_clear()
70 if (NRF_RESET_NS->RESETREAS & RESET_RESETREAS_RESETPIN_Msk) in SystemInit()83 if (NRF_RESET_NS->RESETREAS & RESET_RESETREAS_RESETPIN_Msk){ in SystemInit()84 NRF_RESET_NS->RESETREAS = ~RESET_RESETREAS_RESETPIN_Msk; in SystemInit()
148 if (NRF_RESET_S->RESETREAS & RESET_RESETREAS_RESETPIN_Msk) in SystemInit()161 if (NRF_RESET_S->RESETREAS & RESET_RESETREAS_RESETPIN_Msk){ in SystemInit()162 NRF_RESET_S->RESETREAS = ~RESET_RESETREAS_RESETPIN_Msk; in SystemInit()
283 if (NRF_POWER->RESETREAS & POWER_RESETREAS_RESETPIN_Msk){ in SystemInit()284 NRF_POWER->RESETREAS = ~POWER_RESETREAS_RESETPIN_Msk; in SystemInit()
226 …__IOM uint32_t RESETREAS; /*!< (@ 0x00000400) Reset reason. … member
667 …__IOM uint32_t RESETREAS; /*!< (@ 0x00000400) Reset reason … member
715 …__IOM uint32_t RESETREAS; /*!< (@ 0x00000400) Reset reason … member
734 …__IOM uint32_t RESETREAS; /*!< (@ 0x00000400) Reset reason … member
737 …__IOM uint32_t RESETREAS; /*!< (@ 0x00000400) Reset reason … member
722 …__IOM uint32_t RESETREAS; /*!< (@ 0x00000400) Reset reason … member
863 …__IOM uint32_t RESETREAS; /*!< (@ 0x00000400) Reset reason … member
1009 …__IOM uint32_t RESETREAS; /*!< (@ 0x00000400) Reset reason … member
1573 …__IOM uint32_t RESETREAS; /*!< (@ 0x00000400) Reset reason … member
1532 …__IOM uint32_t RESETREAS; /*!< (@ 0x00000400) Reset reason … member
1031 …__IOM uint32_t RESETREAS; /*!< (@ 0x00000400) Reset reason … member
1575 …__IOM uint32_t RESETREAS; /*!< (@ 0x00000400) Reset reason … member
21859 …__IOM uint32_t RESETREAS; /*!< (@ 0x00000600) Reset reason … member
27210 …__IOM uint32_t RESETREAS; /*!< (@ 0x00000600) Reset reason … member
26893 …__IOM uint32_t RESETREAS; /*!< (@ 0x00000600) Reset reason … member
37268 …__IOM uint32_t RESETREAS; /*!< (@ 0x00000600) Reset reason … member
428 …_reset_reason helper layer, to facilitate developing generic code that uses the RESETREAS register.