Searched refs:IPCC_CHANNEL_STATUS_FREE (Results 1 – 6 of 6) sorted by relevance
93 …IPCC_CHANNEL_STATUS_FREE = 0x00U, /*!< Means that a new msg can be posted on that channel */ enumerator
92 …IPCC_CHANNEL_STATUS_FREE = 0x00U, /*!< Means that a new msg can be posted on that channel */ 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()