Home
last modified time | relevance | path

Searched refs:CoreID (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_hsem.c233 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/
Dstm32wbxx_hal_hsem.c233 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/
Dstm32wbaxx_hal_hsem.c247 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/
Dstm32mp1xx_hal_hsem.c246 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/
Dstm32h7xx_hal_hsem.c258 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/
Dstm32h7xx_hal_hsem.h135 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID);
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_hsem.h137 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID);
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_hsem.h135 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID);
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_hsem.h135 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID);
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_hsem.h145 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID, uint32_t Attribute);