Initialization polynomial values for the True Random Number Generator.
Functions | |
__STATIC_INLINE cy_rslt_t | mtb_hal_trng_setup (mtb_hal_trng_t *obj, const mtb_hal_trng_configurator_t *config) |
Sets up a HAL instance to use the specified hardware resource. More... | |
__STATIC_INLINE cy_rslt_t mtb_hal_trng_setup | ( | mtb_hal_trng_t * | obj, |
const mtb_hal_trng_configurator_t * | config | ||
) |
Sets up a HAL instance to use the specified hardware resource.
This hardware resource must have already been configured via the PDL.
[out] | obj | The HAL driver instance object. The caller must allocate the memory for this object, but the HAL will initialize its contents |
[in] | config | Configuration struct generated by the device configurator |