Searched refs:CoreID (Results 1 – 10 of 10) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_hsem.c | 233 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID) in HAL_HSEM_ReleaseAll() argument 236 assert_param(IS_HSEM_COREID(CoreID)); in HAL_HSEM_ReleaseAll() 238 HSEM->CR = ((Key << HSEM_CR_KEY_Pos) | (CoreID << HSEM_CR_COREID_Pos)); in HAL_HSEM_ReleaseAll()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_hsem.c | 233 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID) in HAL_HSEM_ReleaseAll() argument 236 assert_param(IS_HSEM_COREID(CoreID)); in HAL_HSEM_ReleaseAll() 238 HSEM->CR = ((Key << HSEM_CR_KEY_Pos) | (CoreID << HSEM_CR_COREID_Pos)); in HAL_HSEM_ReleaseAll()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_hsem.c | 247 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID, uint32_t Attribute) in HAL_HSEM_ReleaseAll() argument 250 assert_param(IS_HSEM_LOCKID(CoreID)); in HAL_HSEM_ReleaseAll() 252 HSEM->CR = ((Key << HSEM_CR_KEY_Pos) | (CoreID << HSEM_CR_LOCKID_Pos) | Attribute); in HAL_HSEM_ReleaseAll()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_hsem.c | 246 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID) in HAL_HSEM_ReleaseAll() argument 249 assert_param(IS_HSEM_COREID(CoreID)); in HAL_HSEM_ReleaseAll() 251 HSEM->CR = ((Key << HSEM_CR_KEY_Pos) | (CoreID << HSEM_CR_COREID_Pos)); in HAL_HSEM_ReleaseAll()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_hsem.c | 258 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID) in HAL_HSEM_ReleaseAll() argument 261 assert_param(IS_HSEM_COREID(CoreID)); in HAL_HSEM_ReleaseAll() 263 HSEM->CR = ((Key << HSEM_CR_KEY_Pos) | (CoreID << HSEM_CR_COREID_Pos)); in HAL_HSEM_ReleaseAll()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_hsem.h | 135 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID);
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_hsem.h | 137 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID);
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_hsem.h | 135 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID);
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_hsem.h | 135 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID);
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_hsem.h | 145 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID, uint32_t Attribute);
|