machine/nrf52840: implement RNG peripheral operation

This commit is contained in:
Matt Schultz
2022-09-11 15:08:04 -05:00
committed by Ron Evans
parent ea1e08f53f
commit 4ba76a5df9
2 changed files with 62 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
//go:build stm32 || (sam && atsamd51) || (sam && atsame5x) || rp2040
// +build stm32 sam,atsamd51 sam,atsame5x rp2040
//go:build nrf52840 || stm32 || (sam && atsamd51) || (sam && atsame5x) || rp2040
// +build nrf52840 stm32 sam,atsamd51 sam,atsame5x rp2040
package rand