Преглед изворни кода

Add link to forum thread about RNGA code & results

teensy4-core
PaulStoffregen пре 7 година
родитељ
комит
93592e54ae
1 измењених фајлова са 2 додато и 0 уклоњено
  1. +2
    -0
      teensy3/kinetis.h

+ 2
- 0
teensy3/kinetis.h Прегледај датотеку

@@ -2795,6 +2795,8 @@ typedef struct {

// Random Number Generator Accelerator (RNGA)

// For info about using RNGA and the quality of its results:
// https://forum.pjrc.com/threads/48745-Teensy-3-6-Random-Number-Generator
#define RNG_CR (*(volatile uint32_t *)0x40029000) // RNGA Control Register
#define RNG_SR (*(volatile uint32_t *)0x40029004) // RNGA Status Register
#define RNG_ER (*(volatile uint32_t *)0x40029008) // RNGA Entropy Register

Loading…
Откажи
Сачувај