Searched refs:IPCC_CHANNEL_STATUS_OCCUPIED (Results 1 – 6 of 6) sorted by relevance
94 …IPCC_CHANNEL_STATUS_OCCUPIED = 0x01U /*!< An MCU has posted a msg the other MCU hasn't retriev… enumerator
93 …IPCC_CHANNEL_STATUS_OCCUPIED = 0x01U /*!< An MCU has posted a msg the other MCU hasn't retriev… enumerator
438 return (channel_state == 0UL) ? IPCC_CHANNEL_STATUS_FREE : IPCC_CHANNEL_STATUS_OCCUPIED ; in HAL_IPCC_GetChannelStatus()
445 return (channel_state == 0UL) ? IPCC_CHANNEL_STATUS_FREE : IPCC_CHANNEL_STATUS_OCCUPIED ; in HAL_IPCC_GetChannelStatus()
447 return (channel_state == 0UL) ? IPCC_CHANNEL_STATUS_FREE : IPCC_CHANNEL_STATUS_OCCUPIED ; in HAL_IPCC_GetChannelStatus()