Home
last modified time | relevance | path

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

/bsp/stm32/stm32mp157a-st-ev1/board/CubeMX_Config/CM4/Src/
A Dmbox_ipcc.c53 extern IPCC_HandleTypeDef hipcc;
60 void IPCC_channel1_callback(IPCC_HandleTypeDef * hipcc, uint32_t ChannelIndex, IPCC_CHANNELDirTypeD…
71 if (HAL_IPCC_ActivateNotification(&hipcc, IPCC_CHANNEL_1, IPCC_CHANNEL_DIR_RX, in MAILBOX_Init()
77 if (HAL_IPCC_ActivateNotification(&hipcc, IPCC_CHANNEL_2, IPCC_CHANNEL_DIR_RX, in MAILBOX_Init()
141 …if (HAL_IPCC_GetChannelStatus(&hipcc, channel, IPCC_CHANNEL_DIR_TX) == IPCC_CHANNEL_STATUS_OCCUPIE… in MAILBOX_Notify()
143 …while (HAL_IPCC_GetChannelStatus(&hipcc, channel, IPCC_CHANNEL_DIR_TX) == IPCC_CHANNEL_STATUS_OCCU… in MAILBOX_Notify()
148 HAL_IPCC_NotifyCPU(&hipcc, channel, IPCC_CHANNEL_DIR_TX); in MAILBOX_Notify()
155 void IPCC_channel1_callback(IPCC_HandleTypeDef * hipcc, in IPCC_channel1_callback() argument
165 HAL_IPCC_NotifyCPU(hipcc, ChannelIndex, IPCC_CHANNEL_DIR_RX); in IPCC_channel1_callback()
169 void IPCC_channel2_callback(IPCC_HandleTypeDef * hipcc, in IPCC_channel2_callback() argument
[all …]
A Dstm32mp1xx_it.c59 extern IPCC_HandleTypeDef hipcc;
242 HAL_IPCC_RX_IRQHandler(&hipcc); in IPCC_RX1_IRQHandler()
256 HAL_IPCC_TX_IRQHandler(&hipcc); in IPCC_TX1_IRQHandler()
A Dstm32mp1xx_hal_msp.c234 void HAL_IPCC_MspInit(IPCC_HandleTypeDef* hipcc) in HAL_IPCC_MspInit() argument
236 if(hipcc->Instance==IPCC) in HAL_IPCC_MspInit()
261 void HAL_IPCC_MspDeInit(IPCC_HandleTypeDef* hipcc) in HAL_IPCC_MspDeInit() argument
263 if(hipcc->Instance==IPCC) in HAL_IPCC_MspDeInit()
/bsp/stm32/stm32mp157a-st-discovery/board/CubeMX_Config/CM4/Src/
A Dmbox_ipcc.c53 extern IPCC_HandleTypeDef hipcc;
60 void IPCC_channel1_callback(IPCC_HandleTypeDef * hipcc, uint32_t ChannelIndex, IPCC_CHANNELDirTypeD…
71 if (HAL_IPCC_ActivateNotification(&hipcc, IPCC_CHANNEL_1, IPCC_CHANNEL_DIR_RX, in MAILBOX_Init()
77 if (HAL_IPCC_ActivateNotification(&hipcc, IPCC_CHANNEL_2, IPCC_CHANNEL_DIR_RX, in MAILBOX_Init()
141 …if (HAL_IPCC_GetChannelStatus(&hipcc, channel, IPCC_CHANNEL_DIR_TX) == IPCC_CHANNEL_STATUS_OCCUPIE… in MAILBOX_Notify()
143 …while (HAL_IPCC_GetChannelStatus(&hipcc, channel, IPCC_CHANNEL_DIR_TX) == IPCC_CHANNEL_STATUS_OCCU… in MAILBOX_Notify()
148 HAL_IPCC_NotifyCPU(&hipcc, channel, IPCC_CHANNEL_DIR_TX); in MAILBOX_Notify()
155 void IPCC_channel1_callback(IPCC_HandleTypeDef * hipcc, in IPCC_channel1_callback() argument
165 HAL_IPCC_NotifyCPU(hipcc, ChannelIndex, IPCC_CHANNEL_DIR_RX); in IPCC_channel1_callback()
169 void IPCC_channel2_callback(IPCC_HandleTypeDef * hipcc, in IPCC_channel2_callback() argument
[all …]
A Dstm32mp1xx_it.c59 extern IPCC_HandleTypeDef hipcc;
242 HAL_IPCC_RX_IRQHandler(&hipcc); in IPCC_RX1_IRQHandler()
256 HAL_IPCC_TX_IRQHandler(&hipcc); in IPCC_TX1_IRQHandler()
A Dstm32mp1xx_hal_msp.c227 void HAL_IPCC_MspInit(IPCC_HandleTypeDef* hipcc) in HAL_IPCC_MspInit() argument
229 if(hipcc->Instance==IPCC) in HAL_IPCC_MspInit()
254 void HAL_IPCC_MspDeInit(IPCC_HandleTypeDef* hipcc) in HAL_IPCC_MspDeInit() argument
256 if(hipcc->Instance==IPCC) in HAL_IPCC_MspDeInit()
/bsp/stm32/libraries/templates/stm32mp1xx/board/CubeMX_Config/CM4/Src/
A Dstm32mp1xx_it.c59 extern IPCC_HandleTypeDef hipcc;
242 HAL_IPCC_RX_IRQHandler(&hipcc); in IPCC_RX1_IRQHandler()
256 HAL_IPCC_TX_IRQHandler(&hipcc); in IPCC_TX1_IRQHandler()
A Dstm32mp1xx_hal_msp.c233 void HAL_IPCC_MspInit(IPCC_HandleTypeDef* hipcc) in HAL_IPCC_MspInit() argument
235 if(hipcc->Instance==IPCC) in HAL_IPCC_MspInit()
260 void HAL_IPCC_MspDeInit(IPCC_HandleTypeDef* hipcc) in HAL_IPCC_MspDeInit() argument
262 if(hipcc->Instance==IPCC) in HAL_IPCC_MspDeInit()
/bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/
A Ddrv_openamp.c25 IPCC_HandleTypeDef hipcc; variable
43 HAL_IPCC_RX_IRQHandler(&hipcc); in IPCC_RX1_IRQHandler()
52 HAL_IPCC_TX_IRQHandler(&hipcc); in IPCC_TX1_IRQHandler()
213 hipcc.Instance = IPCC; in openamp_init()
214 if (HAL_IPCC_Init(&hipcc) != HAL_OK) in openamp_init()
/bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/
A Ddrv_openamp.c25 IPCC_HandleTypeDef hipcc; variable
43 HAL_IPCC_RX_IRQHandler(&hipcc); in IPCC_RX1_IRQHandler()
52 HAL_IPCC_TX_IRQHandler(&hipcc); in IPCC_TX1_IRQHandler()
213 hipcc.Instance = IPCC; in openamp_init()
214 if (HAL_IPCC_Init(&hipcc) != HAL_OK) in openamp_init()
/bsp/stm32/stm32mp157a-st-ev1/board/CubeMX_Config/CM4/Inc/
A Dipcc.h33 extern IPCC_HandleTypeDef hipcc;
/bsp/stm32/stm32mp157a-st-discovery/board/CubeMX_Config/CM4/Inc/
A Dipcc.h33 extern IPCC_HandleTypeDef hipcc;

Completed in 29 milliseconds