Home
last modified time | relevance | path

Searched refs:tokenUint16_t (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/EventLog/include/
DSR_EventLog.h73 log->tokenUint16_t(log, tokenName, value) : ESR_SUCCESS ) \
161 ESR_ReturnCode(*tokenUint16_t)(struct SR_EventLog_t* self, const LCHAR* token, asr_uint16_t value); member
/external/srec/srec/EventLog/src/
DEventLog.c63 return self->tokenUint16_t(self, token, value); in SR_EventLogTokenUint16_t()
DEventLogImpl.c193 impl->Interface.tokenUint16_t = &SR_EventLog_TokenUint16_t; in SR_EventLogCreate()