Searched refs:p_t1t_write (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_act.c2152 tNFA_RW_OP_PARAMS_T1T_WRITE *p_t1t_write = (tNFA_RW_OP_PARAMS_T1T_WRITE *)&(p_data->op_req.params.t1t_write); local
2155 if (p_t1t_write->b_erase)
2157 status = RW_T1tWriteErase (p_t1t_write->block_number,p_t1t_write->index,p_t1t_write->p_block_data[0]);
2161 status = RW_T1tWriteNoErase (p_t1t_write->block_number,p_t1t_write->index,p_t1t_write->p_block_data[0]);
2170 if (p_t1t_write->block_number == 0x01)
2226 tNFA_RW_OP_PARAMS_T1T_WRITE *p_t1t_write local
[all...]

Completed in 139 milliseconds