STM32H735xx HAL User Manual
|
HSEM Set and Get Key functions. More...
Functions | |
void | HAL_HSEM_SetClearKey (uint32_t Key) |
Set semaphore Key . | |
uint32_t | HAL_HSEM_GetClearKey (void) |
Get semaphore Key . |
HSEM Set and Get Key functions.
============================================================================== ##### HSEM Set and Get Key functions ##### ============================================================================== [..] This section provides functions allowing to: (+) Set semaphore Key (+) Get semaphore Key
uint32_t HAL_HSEM_GetClearKey | ( | void | ) |
Get semaphore Key .
Semaphore | Key , value from 0 to 0xFFFF |
Definition at line 302 of file stm32h7xx_hal_hsem.c.
void HAL_HSEM_SetClearKey | ( | uint32_t | Key | ) |
Set semaphore Key .
Key,: | Semaphore Key , value from 0 to 0xFFFF |
None |
Definition at line 290 of file stm32h7xx_hal_hsem.c.
References assert_param, and IS_HSEM_KEY.