Lines Matching refs:ChannelDir

87 void IPCC_MaskInterrupt(uint32_t ChannelIndex, IPCC_CHANNELDirTypeDef ChannelDir);
88 void IPCC_UnmaskInterrupt(uint32_t ChannelIndex, IPCC_CHANNELDirTypeDef ChannelDir);
312 …(IPCC_HandleTypeDef *hipcc, uint32_t ChannelIndex, IPCC_CHANNELDirTypeDef ChannelDir, ChannelCb cb) in HAL_IPCC_ActivateNotification() argument
326 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in HAL_IPCC_ActivateNotification()
338 if (ChannelDir == IPCC_CHANNEL_DIR_RX) in HAL_IPCC_ActivateNotification()
340 IPCC_UnmaskInterrupt(ChannelIndex, ChannelDir); in HAL_IPCC_ActivateNotification()
369 …teNotification(IPCC_HandleTypeDef *hipcc, uint32_t ChannelIndex, IPCC_CHANNELDirTypeDef ChannelDir) in HAL_IPCC_DeActivateNotification() argument
383 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in HAL_IPCC_DeActivateNotification()
395 IPCC_MaskInterrupt(ChannelIndex, ChannelDir); in HAL_IPCC_DeActivateNotification()
423 …us(IPCC_HandleTypeDef const *const hipcc, uint32_t ChannelIndex, IPCC_CHANNELDirTypeDef ChannelDir) in HAL_IPCC_GetChannelStatus() argument
438 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in HAL_IPCC_GetChannelStatus()
464 …PU(IPCC_HandleTypeDef const *const hipcc, uint32_t ChannelIndex, IPCC_CHANNELDirTypeDef ChannelDir) in HAL_IPCC_NotifyCPU() argument
481 …currentInstance->SCR |= ((ChannelDir == IPCC_CHANNEL_DIR_TX) ? IPCC_SCR_CH1S : IPCC_SCR_CH1C) << (… in HAL_IPCC_NotifyCPU()
484 …mask = ((ChannelDir == IPCC_CHANNEL_DIR_TX) ? IPCC_MR_CH1FM_Msk : IPCC_MR_CH1OM_Msk) << (ChannelIn… in HAL_IPCC_NotifyCPU()
487 IPCC_UnmaskInterrupt(ChannelIndex, ChannelDir); in HAL_IPCC_NotifyCPU()
597 …PCC_RxCallback(IPCC_HandleTypeDef *hipcc, uint32_t ChannelIndex, IPCC_CHANNELDirTypeDef ChannelDir) in HAL_IPCC_RxCallback() argument
602 UNUSED(ChannelDir); in HAL_IPCC_RxCallback()
622 …PCC_TxCallback(IPCC_HandleTypeDef *hipcc, uint32_t ChannelIndex, IPCC_CHANNELDirTypeDef ChannelDir) in HAL_IPCC_TxCallback() argument
627 UNUSED(ChannelDir); in HAL_IPCC_TxCallback()
687 void IPCC_MaskInterrupt(uint32_t ChannelIndex, IPCC_CHANNELDirTypeDef ChannelDir) in IPCC_MaskInterrupt() argument
694 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in IPCC_MaskInterrupt()
717 void IPCC_UnmaskInterrupt(uint32_t ChannelIndex, IPCC_CHANNELDirTypeDef ChannelDir) in IPCC_UnmaskInterrupt() argument
724 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in IPCC_UnmaskInterrupt()