Home
last modified time | relevance | path

Searched refs:otherInstance (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_ipcc.c426 IPCC_CommonTypeDef *otherInstance = IPCC_C1; in HAL_IPCC_GetChannelStatus() local
429 IPCC_CommonTypeDef *otherInstance = IPCC_C2; in HAL_IPCC_GetChannelStatus() local
442 channel_state = (otherInstance->SR) & (IPCC_SR_CH1F_Msk << (ChannelIndex & CHANNEL_INDEX_Msk)); in HAL_IPCC_GetChannelStatus()
554 IPCC_CommonTypeDef *otherInstance = IPCC_C1; in HAL_IPCC_RX_IRQHandler() local
557 IPCC_CommonTypeDef *otherInstance = IPCC_C2; in HAL_IPCC_RX_IRQHandler() local
562 irqmask = irqmask & otherInstance->SR; in HAL_IPCC_RX_IRQHandler()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_ipcc.c428 IPCC_CommonTypeDef *otherInstance = IPCC_C1; in HAL_IPCC_GetChannelStatus() local
431 IPCC_CommonTypeDef *otherInstance = IPCC_C2; in HAL_IPCC_GetChannelStatus() local
444 channel_state = (otherInstance->SR) & (IPCC_SR_CH1F_Msk << (ChannelIndex & CHANNEL_INDEX_Msk)); in HAL_IPCC_GetChannelStatus()
556 IPCC_CommonTypeDef *otherInstance = IPCC_C1; in HAL_IPCC_RX_IRQHandler() local
559 IPCC_CommonTypeDef *otherInstance = IPCC_C2; in HAL_IPCC_RX_IRQHandler() local
564 irqmask = irqmask & otherInstance->SR; in HAL_IPCC_RX_IRQHandler()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_ipcc.c423 IPCC_CommonTypeDef *otherInstance = IPCC_C2; in HAL_IPCC_GetChannelStatus() local
435 channel_state = (otherInstance->SR) & (IPCC_SR_CH1F_Msk << (ChannelIndex & CHANNEL_INDEX_MASK)); in HAL_IPCC_GetChannelStatus()
542 IPCC_CommonTypeDef *otherInstance = IPCC_C2; in HAL_IPCC_RX_IRQHandler() local
546 irqmask = irqmask & otherInstance->SR; in HAL_IPCC_RX_IRQHandler()