Home
last modified time | relevance | path

Searched refs:statusreg (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_hsem.c366 uint32_t statusreg; in HAL_HSEM_IRQHandler() local
371 statusreg = HSEM->C1MISR; /*Use interrupt line 0 for CPU1 Master*/ in HAL_HSEM_IRQHandler()
374 HSEM->C1IER &= ~((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
377 HSEM->C1ICR = ((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
382 statusreg = HSEM->C2MISR;/*Use interrupt line 1 for CPU2 Master*/ in HAL_HSEM_IRQHandler()
385 HSEM->C2IER &= ~((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
388 HSEM->C2ICR = ((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
392 statusreg = HSEM_COMMON->MISR; in HAL_HSEM_IRQHandler()
395 HSEM_COMMON->IER &= ~((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
398 HSEM_COMMON->ICR = ((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hsem.c378 uint32_t statusreg; in HAL_HSEM_IRQHandler() local
383 statusreg = HSEM->C1MISR; /*Use interrupt line 0 for CPU1 Master*/ in HAL_HSEM_IRQHandler()
386 HSEM->C1IER &= ~((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
389 HSEM->C1ICR = ((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
394 statusreg = HSEM->C2MISR;/*Use interrupt line 1 for CPU2 Master*/ in HAL_HSEM_IRQHandler()
397 HSEM->C2IER &= ~((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
400 HSEM->C2ICR = ((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
404 statusreg = HSEM_COMMON->MISR; in HAL_HSEM_IRQHandler()
407 HSEM_COMMON->IER &= ~((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
410 HSEM_COMMON->ICR = ((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
[all …]
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_hsem.c347 uint32_t statusreg; in HAL_HSEM_IRQHandler() local
350 statusreg = HSEM_COMMON->SMISR; in HAL_HSEM_IRQHandler()
353 HSEM_COMMON->SIER &= ~((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
356 HSEM_COMMON->SICR = ((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
359 statusreg = HSEM_COMMON->MISR; in HAL_HSEM_IRQHandler()
362 HSEM_COMMON->IER &= ~((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
365 HSEM_COMMON->ICR = ((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
368 HAL_HSEM_FreeCallback(statusreg); in HAL_HSEM_IRQHandler()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_hsem.c325 uint32_t statusreg; in HAL_HSEM_IRQHandler() local
327 statusreg = HSEM_COMMON->MISR; in HAL_HSEM_IRQHandler()
330 HSEM_COMMON->IER &= ~((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
333 HSEM_COMMON->ICR = ((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
336 HAL_HSEM_FreeCallback(statusreg); in HAL_HSEM_IRQHandler()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_hsem.c325 uint32_t statusreg; in HAL_HSEM_IRQHandler() local
327 statusreg = HSEM_COMMON->MISR; in HAL_HSEM_IRQHandler()
330 HSEM_COMMON->IER &= ~((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
333 HSEM_COMMON->ICR = ((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
336 HAL_HSEM_FreeCallback(statusreg); in HAL_HSEM_IRQHandler()