kernel/eka/include/drivers/iic_transaction.h
changeset 261 4dbffe5c974e
parent 247 d8d70de2bd36
equal deleted inserted replaced
260:a1a318fd91af 261:4dbffe5c974e
    83 enum TSpiWordWidth
    83 enum TSpiWordWidth
    84 	{
    84 	{
    85 	ESpiWordWidth_8,
    85 	ESpiWordWidth_8,
    86 	ESpiWordWidth_10,
    86 	ESpiWordWidth_10,
    87 	ESpiWordWidth_12,
    87 	ESpiWordWidth_12,
    88 	ESpiWordWidth_16
    88 	ESpiWordWidth_16,
       
    89 	ESpiWordWidth_32
    89 	};
    90 	};
    90 
    91 
    91 /**
    92 /**
    92 @publishedPartner
    93 @publishedPartner
    93 @prototype 9.6
    94 @prototype 9.6