Expand description
Random Number Generator
Modules§
- config
- Configuration register
- events_
valrdy - Event being generated for every new random number written to the VALUE register
- intenclr
- Disable interrupt
- intenset
- Enable interrupt
- shorts
- Shortcut register
- tasks_
start - Task starting the random number generator
- tasks_
stop - Task stopping the random number generator
- value
- Output random number
Structs§
- Register
Block - Register block
Type Aliases§
- CONFIG
- CONFIG (rw) register accessor: an alias for
Reg<CONFIG_SPEC> - EVENTS_
VALRDY - EVENTS_VALRDY (rw) register accessor: an alias for
Reg<EVENTS_VALRDY_SPEC> - INTENCLR
- INTENCLR (rw) register accessor: an alias for
Reg<INTENCLR_SPEC> - INTENSET
- INTENSET (rw) register accessor: an alias for
Reg<INTENSET_SPEC> - SHORTS
- SHORTS (rw) register accessor: an alias for
Reg<SHORTS_SPEC> - TASKS_
START - TASKS_START (w) register accessor: an alias for
Reg<TASKS_START_SPEC> - TASKS_
STOP - TASKS_STOP (w) register accessor: an alias for
Reg<TASKS_STOP_SPEC> - VALUE
- VALUE (r) register accessor: an alias for
Reg<VALUE_SPEC>