Add an nRF RNG driver
Resolves #187 Like the stm32 driver, this has both a non-blocking and blocking API, and implements `rand_core::RngCore` for the blocking API.
This commit is contained in:
@ -8,6 +8,9 @@ embassy_extras::peripherals! {
|
||||
RTC0,
|
||||
RTC1,
|
||||
|
||||
// RNG
|
||||
RNG,
|
||||
|
||||
// UARTE
|
||||
UARTE0,
|
||||
|
||||
|
@ -8,6 +8,9 @@ embassy_extras::peripherals! {
|
||||
RTC0,
|
||||
RTC1,
|
||||
|
||||
// RNG
|
||||
RNG,
|
||||
|
||||
// UARTE
|
||||
UARTE0,
|
||||
|
||||
|
@ -8,6 +8,9 @@ embassy_extras::peripherals! {
|
||||
RTC0,
|
||||
RTC1,
|
||||
|
||||
// RNG
|
||||
RNG,
|
||||
|
||||
// UARTE
|
||||
UARTE0,
|
||||
|
||||
|
@ -8,6 +8,9 @@ embassy_extras::peripherals! {
|
||||
RTC0,
|
||||
RTC1,
|
||||
|
||||
// RNG
|
||||
RNG,
|
||||
|
||||
// UARTE
|
||||
UARTE0,
|
||||
|
||||
|
@ -9,6 +9,9 @@ embassy_extras::peripherals! {
|
||||
RTC1,
|
||||
RTC2,
|
||||
|
||||
// RNG
|
||||
RNG,
|
||||
|
||||
// UARTE
|
||||
UARTE0,
|
||||
|
||||
|
@ -9,6 +9,9 @@ embassy_extras::peripherals! {
|
||||
RTC1,
|
||||
RTC2,
|
||||
|
||||
// RNG
|
||||
RNG,
|
||||
|
||||
// UARTE
|
||||
UARTE0,
|
||||
UARTE1,
|
||||
|
@ -9,6 +9,9 @@ embassy_extras::peripherals! {
|
||||
RTC1,
|
||||
RTC2,
|
||||
|
||||
// RNG
|
||||
RNG,
|
||||
|
||||
// QSPI
|
||||
QSPI,
|
||||
|
||||
|
Reference in New Issue
Block a user