OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PHESESTATUS
(Results
1 - 2
of
2
) sorted by null
/hardware/nxp/nfc/halimpl/common/
phEseStatus.h
37
*
phEseStatus
Status values, as defined in
phEseStatus
.h .
43
* ESESTATUS status = PHESESTVAL(phEseCompID,
phEseStatus
); ...
44
* if (status == PHESESTVAL(phEseCompID,
phEseStatus
)) ...
46
#define PHESESTVAL(phEseCompID,
phEseStatus
) \
47
(((
phEseStatus
) == (ESESTATUS_SUCCESS)) \
49
: ((((ESESTATUS)(
phEseStatus
)) & (PHESESTBLOWER)) | \
53
*
PHESESTATUS
56
#define
PHESESTATUS
(
phEseStatus
) ((phEseStatus)&0x00FFU
[
all
...]
/hardware/nxp/secure_element/libese-spi/p73/common/
phEseStatus.h
37
*
phEseStatus
Status values, as defined in
phEseStatus
.h .
43
* ESESTATUS status = PHESESTVAL(phEseCompID,
phEseStatus
); ...
44
* if (status == PHESESTVAL(phEseCompID,
phEseStatus
)) ...
46
#define PHESESTVAL(phEseCompID,
phEseStatus
) \
47
(((
phEseStatus
) == (ESESTATUS_SUCCESS)) \
49
: ((((ESESTATUS)(
phEseStatus
)) & (PHESESTBLOWER)) | \
53
*
PHESESTATUS
56
#define
PHESESTATUS
(
phEseStatus
) ((phEseStatus)&0x00FFU
[
all
...]
Completed in 49 milliseconds