Home
last modified time | relevance | path

Searched refs:NRF_RNG (Results 1 – 11 of 11) sorted by relevance

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_rng.c64 nrf_rng_error_correction_enable(NRF_RNG); in nrfx_rng_init()
66 nrf_rng_shorts_disable(NRF_RNG, NRF_RNG_SHORT_VALRDY_STOP_MASK); in nrfx_rng_init()
78 nrf_rng_event_clear(NRF_RNG, NRF_RNG_EVENT_VALRDY); in nrfx_rng_start()
79 nrf_rng_int_enable(NRF_RNG, NRF_RNG_INT_VALRDY_MASK); in nrfx_rng_start()
80 nrf_rng_task_trigger(NRF_RNG, NRF_RNG_TASK_START); in nrfx_rng_start()
86 nrf_rng_int_disable(NRF_RNG, NRF_RNG_INT_VALRDY_MASK); in nrfx_rng_stop()
87 nrf_rng_task_trigger(NRF_RNG, NRF_RNG_TASK_STOP); in nrfx_rng_stop()
94 nrf_rng_int_disable(NRF_RNG, NRF_RNG_INT_VALRDY_MASK); in nrfx_rng_uninit()
95 nrf_rng_task_trigger(NRF_RNG, NRF_RNG_TASK_STOP); in nrfx_rng_uninit()
104 nrf_rng_event_clear(NRF_RNG, NRF_RNG_EVENT_VALRDY); in nrfx_rng_irq_handler()
[all …]
/lk-master/external/platform/nrfx/templates/
A Dnrfx_config_nrf5340_network.h65 #define NRF_RNG NRF_RNG_NS macro
/lk-master/external/platform/nrfx/mdk/
A Dnrf51.h1259 #define NRF_RNG ((NRF_RNG_Type*) NRF_RNG_BASE) macro
A Dnrf52805.h1779 #define NRF_RNG ((NRF_RNG_Type*) NRF_RNG_BASE) macro
A Dnrf52810.h1954 #define NRF_RNG ((NRF_RNG_Type*) NRF_RNG_BASE) macro
A Dnrf52811.h2028 #define NRF_RNG ((NRF_RNG_Type*) NRF_RNG_BASE) macro
A Dnrf52820.h2040 #define NRF_RNG ((NRF_RNG_Type*) NRF_RNG_BASE) macro
A Dnrf52.h2375 #define NRF_RNG ((NRF_RNG_Type*) NRF_RNG_BASE) macro
A Dnrf52833.h2724 #define NRF_RNG ((NRF_RNG_Type*) NRF_RNG_BASE) macro
A Dnrf52840.h2853 #define NRF_RNG ((NRF_RNG_Type*) NRF_RNG_BASE) macro
/lk-master/external/platform/nrf51/include/platform/
A Dnrf518xx.h1260 #define NRF_RNG ((NRF_RNG_Type *) NRF_RNG_BASE) macro

Completed in 127 milliseconds