Functions | |
| HAL_StatusTypeDef | HAL_RNG_Init (RNG_HandleTypeDef *hrng) |
| Initialize the RNG peripheral and initialize the associated handle. More... | |
| HAL_StatusTypeDef | HAL_RNG_DeInit (RNG_HandleTypeDef *hrng) |
| DeInitialize the RNG peripheral. More... | |
| void | HAL_RNG_MspInit (RNG_HandleTypeDef *hrng) |
| Initialize the RNG MSP. More... | |
| void | HAL_RNG_MspDeInit (RNG_HandleTypeDef *hrng) |
| DeInitialize the RNG MSP. More... | |
| HAL_StatusTypeDef HAL_RNG_DeInit | ( | RNG_HandleTypeDef * | hrng | ) |
DeInitialize the RNG peripheral.
| hrng | pointer to a RNG_HandleTypeDef structure. |
| HAL | status |
| HAL_StatusTypeDef HAL_RNG_Init | ( | RNG_HandleTypeDef * | hrng | ) |
Initialize the RNG peripheral and initialize the associated handle.
| hrng | pointer to a RNG_HandleTypeDef structure. |
| HAL | status |
| void HAL_RNG_MspDeInit | ( | RNG_HandleTypeDef * | hrng | ) |
DeInitialize the RNG MSP.
| hrng | pointer to a RNG_HandleTypeDef structure. |
| None |
| void HAL_RNG_MspInit | ( | RNG_HandleTypeDef * | hrng | ) |
Initialize the RNG MSP.
| hrng | pointer to a RNG_HandleTypeDef structure. |
| None |