Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_ipcc.c320 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in HAL_IPCC_ActivateNotification()
378 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in HAL_IPCC_DeActivateNotification()
429 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in HAL_IPCC_GetChannelStatus()
469 currentInstance->SCR |= ((ChannelDir == IPCC_CHANNEL_DIR_TX) ? IPCC_SCR_CH1S : in HAL_IPCC_NotifyCPU()
474 mask = ((ChannelDir == IPCC_CHANNEL_DIR_TX) ? IPCC_MR_CH1FM_Msk : in HAL_IPCC_NotifyCPU()
523 hipcc->ChannelCallbackTx[ch_count](hipcc, ch_count, IPCC_CHANNEL_DIR_TX); in HAL_IPCC_TX_IRQHandler()
672 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in IPCC_MaskInterrupt()
698 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in IPCC_UnmaskInterrupt()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_ipcc.c324 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in HAL_IPCC_ActivateNotification()
381 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in HAL_IPCC_DeActivateNotification()
436 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in HAL_IPCC_GetChannelStatus()
479 …currentInstance->SCR |= ((ChannelDir == IPCC_CHANNEL_DIR_TX) ? IPCC_SCR_CH1S : IPCC_SCR_CH1C) << (… in HAL_IPCC_NotifyCPU()
482 …mask = ((ChannelDir == IPCC_CHANNEL_DIR_TX) ? IPCC_MR_CH1FM_Msk : IPCC_MR_CH1OM_Msk) << (ChannelIn… in HAL_IPCC_NotifyCPU()
534 hipcc->ChannelCallbackTx[ch_count](hipcc, ch_count, IPCC_CHANNEL_DIR_TX); in HAL_IPCC_TX_IRQHandler()
692 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in IPCC_MaskInterrupt()
722 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in IPCC_UnmaskInterrupt()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_ipcc.c326 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in HAL_IPCC_ActivateNotification()
383 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in HAL_IPCC_DeActivateNotification()
438 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in HAL_IPCC_GetChannelStatus()
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()
536 hipcc->ChannelCallbackTx[ch_count](hipcc, ch_count, IPCC_CHANNEL_DIR_TX); in HAL_IPCC_TX_IRQHandler()
694 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in IPCC_MaskInterrupt()
724 if (ChannelDir == IPCC_CHANNEL_DIR_TX) in IPCC_UnmaskInterrupt()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_ipcc.h84 IPCC_CHANNEL_DIR_TX = 0x00U, /*!< Channel direction Tx is used by an MCU to transmit */ enumerator
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_ipcc.h84 IPCC_CHANNEL_DIR_TX = 0x00U, /*!< Channel direction Tx is used by an MCU to transmit */ enumerator
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_ipcc.h83 IPCC_CHANNEL_DIR_TX = 0x00U, /*!< Channel direction Tx is used by an MCU to transmit */ enumerator