Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 7 of 7) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_swi.c82 static bool initialized = false; in nrf_802154_swi_init() local
84 if (!initialized) in nrf_802154_swi_init()
90 initialized = true; in nrf_802154_swi_init()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_cracen.c73 nrfx_drv_state_t initialized; member
468 if (m_cb.initialized == NRFX_DRV_STATE_INITIALIZED) in nrfx_cracen_ctr_drbg_init()
481 m_cb.initialized = NRFX_DRV_STATE_INITIALIZED; in nrfx_cracen_ctr_drbg_init()
487 NRFX_ASSERT(m_cb.initialized != NRFX_DRV_STATE_UNINITIALIZED); in nrfx_cracen_ctr_drbg_uninit()
489 m_cb.initialized = NRFX_DRV_STATE_UNINITIALIZED; in nrfx_cracen_ctr_drbg_uninit()
494 NRFX_ASSERT(m_cb.initialized != NRFX_DRV_STATE_UNINITIALIZED); in nrfx_cracen_ctr_drbg_random_get()
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib_lumos.c163 static bool initialized = false; in init() local
165 if (initialized) in init()
188 initialized = true; in init()
/hal_nordic-latest/nrfx/samples/common/
Dcommon-pinctrl.dtsi6 * driver instance is initialized at runtime with a configuration
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/
DREADME.md38 - "GPIOTE status: initialized"
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/
DREADME.md38 - "GPIOTE status: initialized"
/hal_nordic-latest/nrfx/
DCHANGELOG.md155 - Added functions for checking whether given instance is initialized to all of the drivers.
157 - Added a blocking mode to the CLOCK driver. The mode is initialized when a user handler is set to …
203 …as returning the NRFX_ERROR_INVALID_STATE error code when the driver instance has been initialized.