Searched refs:num_bytes_read (Results 1 – 4 of 4) sorted by relevance
39 void nfa_nv_ci_read(uint16_t num_bytes_read, tNFA_NV_CO_STATUS status, in nfa_nv_ci_read() argument47 if ((status == NFA_STATUS_OK) && (num_bytes_read != 0)) in nfa_nv_ci_read()52 p_msg->nv_read.size = num_bytes_read; in nfa_nv_ci_read()
42 void nfc_hal_nv_ci_read(uint16_t num_bytes_read, tNFC_HAL_NV_CO_STATUS status, in nfc_hal_nv_ci_read() argument54 if ((status == NFC_HAL_NV_CO_OK) && (num_bytes_read != 0)) in nfc_hal_nv_ci_read()59 p_msg->nv_read.size = num_bytes_read; in nfc_hal_nv_ci_read()
81 void nfc_hal_nv_ci_read(uint16_t num_bytes_read, tNFC_HAL_NV_CO_STATUS status,
95 extern void nfa_nv_ci_read(uint16_t num_bytes_read, tNFA_NV_CO_STATUS status,