PicoSDK
trng_hw
is only used within PicoSDK.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
trng_hw
trng_hw macro
Syntax
Show:
Summary
Declaration
from
trng.h:149
#define
trng_hw
(
(
trng_hw_t
*
)
(
TRNG_BASE
+
TRNG_RNG_IMR_OFFSET
)
)
Examples
References
from
examples
Code
Location
#define
trng_hw
(
(
trng_hw_t
*
)
(
TRNG_BASE
+
TRNG_RNG_IMR_OFFSET
)
)
trng.h:149
uint32_t
trng_sample_words
[
count_of
(
trng_hw
->
ehr_data
)
]
;
rand.c:127
static_assert
(
count_of
(
trng_hw
->
ehr_data
)
>=
2
&&
count_of
(
trng_hw
->
ehr_data
)
<
255
,
""
)
;
rand.c:128
trng_hw
->
sample_cnt1
=
0
;
rand.c:143
trng_hw
->
trng_debug_control
=
-
1u
;
rand.c:147
trng_hw
->
rnd_source_enable
=
-
1u
;
rand.c:149
trng_hw
->
rng_icr
=
-
1u
;
rand.c:152
while
(
trng_hw
->
trng_busy
)
;
rand.c:155
trng_sample_words
[
i
]
=
trng_hw
->
ehr_data
[
i
]
;
rand.c:158
trng_hw
->
trng_config
=
rng_state
.
r
[
0
]
;
rand.c:165
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out