ZHCUBW5 April 2024
该结构用于在需要更大灵活性的函数中返回状态值。
typedef enum
{
Alpha_Internal, /* For internal TI use only. Not intended to be used by customers */
Alpha, /* Early Engineering release. May not be functionally complete */
Beta_Internal, /* For internal TI use only. Not intended to be used by customers */
Beta, /* Functionally complete, to be used for testing and validation */
Production /* Fully validated, functionally complete, ready for production use */
} ATTRIBUTE_PACKED Fapi_ApiProductionStatusType;