Home
last modified time | relevance | path

Searched refs:RNG_Params (Results 1 – 4 of 4) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DRNG.h537 } RNG_Params; typedef
544 extern const RNG_Params RNG_defaultParams;
610 void RNG_Params_init(RNG_Params *params);
629 RNG_Handle RNG_open(uint_least8_t index, const RNG_Params *params);
967 RNG_Handle RNG_construct(const RNG_Config *config, const RNG_Params *params);
DRNG.c47 const RNG_Params RNG_defaultParams = {.returnBehavior = RNG_RETURN_BEHAVIOR_BLOCKING,
55 RNG_Handle RNG_open(uint_least8_t index, const RNG_Params *params) in RNG_open()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/utils/
DRandom.c120 RNG_Params rngParams; in Random_seedAutomatic()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/
DRNGLPF3RF.c504 void RNG_Params_init(RNG_Params *params) in RNG_Params_init()
576 RNG_Handle RNG_construct(const RNG_Config *config, const RNG_Params *params) in RNG_construct()