23 #error "Please do not include this file directly, use pal.h instead" PAL. This file contains the general API to initiate and destroy the PAL component. This is part of the PAL service API.
palStatus_t pal_osRandom32bit(uint32_t *randomInt)
Generate a 32-bit random number.
palStatus_t pal_osRandomBuffer(uint8_t *randomBuf, size_t bufSizeBytes)
Generate random number into given buffer with given size in bytes.
int32_t palStatus_t
Definition: pal_types.h:49