Home | History | Annotate | Download | only in int

Lines Matching full:uint8

52 typedef UINT8 tNFA_SYS_ID;
64 typedef void (tNFA_SYS_PROC_NFCC_PWR_MODE) (UINT8 nfcc_power_mode);
83 UINT8 mbox; /* GKI mailbox id */
84 UINT8 timer; /* GKI timer id */
85 UINT8 trace_level; /* initial trace level */
113 NFC_API extern void nfa_sys_set_trace_level (UINT8 level);
115 extern void nfa_sys_register (UINT8 id, const tNFA_SYS_REG *p_reg);
116 extern void nfa_sys_deregister (UINT8 id);
118 extern BOOLEAN nfa_sys_is_register (UINT8 id);
128 extern void nfa_sys_cback_notify_enable_complete (UINT8 id);
130 extern void nfa_sys_notify_nfcc_power_mode (UINT8 nfcc_power_mode);
132 extern void nfa_sys_cback_notify_nfcc_power_mode_proc_complete (UINT8 id);