HSEM Take and Release functions. More...
Functions | |
HAL_StatusTypeDef | HAL_HSEM_FastTake (uint32_t SemID) |
uint32_t | HAL_HSEM_IsSemTaken (uint32_t SemID) |
void | HAL_HSEM_Release (uint32_t SemID, uint32_t ProcessID) |
void | HAL_HSEM_ReleaseAll (uint32_t Key, uint32_t CoreID) |
HAL_StatusTypeDef | HAL_HSEM_Take (uint32_t SemID, uint32_t ProcessID) |
HSEM Take and Release functions.
HAL_StatusTypeDef HAL_HSEM_FastTake | ( | uint32_t | SemID | ) |
uint32_t HAL_HSEM_IsSemTaken | ( | uint32_t | SemID | ) |
void HAL_HSEM_Release | ( | uint32_t | SemID, |
uint32_t | ProcessID | ||
) |
void HAL_HSEM_ReleaseAll | ( | uint32_t | Key, |
uint32_t | CoreID | ||
) |
HAL_StatusTypeDef HAL_HSEM_Take | ( | uint32_t | SemID, |
uint32_t | ProcessID | ||
) |