Home | History | Annotate | Download | only in pn80t

Lines Matching refs:ese

26  *     also appears to do the same which keeps the ese data available
47 #include "../include/ese/hw/nxp/pn80t/common.h"
117 uint32_t nq_transmit(struct EseInterface *ese, const uint8_t *buf, uint32_t len,
119 struct NxpState *ns = NXP_PN80T_STATE(ese);
120 const struct Pn80tPlatform *platform = ese->ops->opts;
124 ese_set_error(ese, kNxpPn80tErrorTransmitSize);
137 ese_set_error(ese, kNxpPn80tErrorTransmit);
147 uint32_t nq_receive(struct EseInterface *ese, uint8_t *buf, uint32_t len,
149 const struct Pn80tPlatform *platform = ese->ops->opts;
150 struct NxpState *ns = NXP_PN80T_STATE(ese);
157 ese_set_error(ese, kNxpPn80tErrorReceiveSize);
174 ese_set_error(ese, kNxpPn80tErrorReceive);