nrf: add WDT driver

This commit is contained in:
Dario Nieuwenhuis
2021-08-07 14:26:28 +02:00
parent e1abba69b7
commit 2540a960e5
10 changed files with 221 additions and 0 deletions

View File

@ -8,6 +8,9 @@ embassy_hal_common::peripherals! {
RTC0,
RTC1,
// WDT
WDT,
// RNG
RNG,

View File

@ -8,6 +8,9 @@ embassy_hal_common::peripherals! {
RTC0,
RTC1,
// WDT
WDT,
// RNG
RNG,

View File

@ -8,6 +8,9 @@ embassy_hal_common::peripherals! {
RTC0,
RTC1,
// WDT
WDT,
// RNG
RNG,

View File

@ -8,6 +8,9 @@ embassy_hal_common::peripherals! {
RTC0,
RTC1,
// WDT
WDT,
// RNG
RNG,

View File

@ -9,6 +9,9 @@ embassy_hal_common::peripherals! {
RTC1,
RTC2,
// WDT
WDT,
// RNG
RNG,

View File

@ -9,6 +9,9 @@ embassy_hal_common::peripherals! {
RTC1,
RTC2,
// WDT
WDT,
// RNG
RNG,

View File

@ -9,6 +9,9 @@ embassy_hal_common::peripherals! {
RTC1,
RTC2,
// WDT
WDT,
// RNG
RNG,