Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_ipcc.c76 #define CHANNEL_INDEX_MASK 0x0000000FU /*!< Mask the channel index to avoid overflow */ macro
323 hipcc->callbackRequest |= (IPCC_MR_CH1FM_Msk << (ChannelIndex & CHANNEL_INDEX_MASK)); in HAL_IPCC_ActivateNotification()
328 hipcc->callbackRequest |= (IPCC_MR_CH1OM_Msk << (ChannelIndex & CHANNEL_INDEX_MASK)); in HAL_IPCC_ActivateNotification()
381 hipcc->callbackRequest &= ~(IPCC_MR_CH1FM_Msk << (ChannelIndex & CHANNEL_INDEX_MASK)); in HAL_IPCC_DeActivateNotification()
386 hipcc->callbackRequest &= ~(IPCC_MR_CH1OM_Msk << (ChannelIndex & CHANNEL_INDEX_MASK)); in HAL_IPCC_DeActivateNotification()
431 … channel_state = (currentInstance->SR) & (IPCC_SR_CH1F_Msk << (ChannelIndex & CHANNEL_INDEX_MASK)); in HAL_IPCC_GetChannelStatus()
435 channel_state = (otherInstance->SR) & (IPCC_SR_CH1F_Msk << (ChannelIndex & CHANNEL_INDEX_MASK)); in HAL_IPCC_GetChannelStatus()
471 << (ChannelIndex & CHANNEL_INDEX_MASK); in HAL_IPCC_NotifyCPU()
475 IPCC_MR_CH1OM_Msk) << (ChannelIndex & CHANNEL_INDEX_MASK); in HAL_IPCC_NotifyCPU()
515 bit_pos = 1UL << (IPCC_MR_CH1FM_Pos + (ch_count & CHANNEL_INDEX_MASK)); in HAL_IPCC_TX_IRQHandler()
[all …]