Home
last modified time | relevance | path

Searched refs:state (Results 1 – 11 of 11) sorted by relevance

/mipi-sys-t-3.6.0-3.5.0/printer/src/
Dmipi_syst_printf.cpp59 FmtScanState state(START); in parse() local
68 switch (state) { in parse()
73 state = PLAINTEXT; in parse()
79 state = PERCENT; in parse()
86 state = PLAINTEXT; in parse()
97 state = FLAGS; in parse()
111 state = WIDTH; in parse()
120 state = PRECISION_DOT; in parse()
122 state = WIDTH_NUMBER; in parse()
129 state = PRECISION_DOT; in parse()
[all …]
/mipi-sys-t-3.6.0-3.5.0/library/src/
Dmipi_syst_api.c735 enum FmtScanState state; in buildPrintfPayload() local
752 state = START; in buildPrintfPayload()
759 switch(state) { in buildPrintfPayload()
763 state = PLAINTEXT; in buildPrintfPayload()
768 state = PERCENT; in buildPrintfPayload()
774 state = PLAINTEXT; in buildPrintfPayload()
777 state = FLAGS; in buildPrintfPayload()
791 state = WIDTH; in buildPrintfPayload()
799 state = PRECISION_DOT; in buildPrintfPayload()
801 state = WIDTH_NUMBER; in buildPrintfPayload()
[all …]
/mipi-sys-t-3.6.0-3.5.0/library/include/
Dmipi_syst.h.in286 * Global state initialization hook definition
289 * function after the generic state members of the global state
291 * platform dependent portion of the state and other necessary
294 * @param systh Pointer to global state structure
302 * Global state destroy hook definition
305 * function before the generic state members of the global state
307 * used by the platform dependent portion of the global state.
309 * @param systh Pointer to global state structure
314 * SyS-T handle state initialization hook definition
326 * SyS-T handle state release hook definition
[all …]
/mipi-sys-t-3.6.0-3.5.0/library/doxygen/
DApiOverview.md20 1. global state (mipi_syst_header structure)
21 2. per handle state (mipi_syst_handle structure)
23 The global state contains data for the operation of the library itself and
24 is shared between SyS-T handles. The global state is initialized and
27 SyS-T can operate with multiple global state structures. In this case the
29 to specify the intended state (See #MIPI_SYST_INIT_STATE,
32 The handle state is unique for each SyS-T
61 state may need locking inside its hook functions to protect state data
DAdapting.md15 * Providing platform hook functions for SyS-T global and handle state
45 * Implement the hook functions for state and handle initialisation and
DCatgen.md51 new collateral file that matches the actual state of the source code.
225 <syst:Format ID="0x0000013"><![CDATA[state ready]]></syst:Format>
226 <syst:Format ID="0x000001A"><![CDATA[state halt]]></syst:Format>
233 …<syst:Format ID="0x123456700000000" Mask="0xFFFFFFF00000000"><![CDATA[warning state]]></syst:Forma…
DReference.md17 <td>SyS-T global platform initialization using an internal shared state header
24 <td>SyS-T platform initialization using a provided state header structure
38 <td>SyS-T platform shutdown using a provided state header structure
52 … <td>Initialize a static (not heap allocated) SyS-T handle using a provided state header structure.
66 <td>Initialize heap allocated SyS-T handle using a provided state header structure.
/mipi-sys-t-3.6.0-3.5.0/printer/include/
Dmipi_syst_decode.h58 : state(s), msg(what) in state() function
63 message::decode_state get_state() const { return state; } in get_state()
66 message::decode_state state;
/mipi-sys-t-3.6.0-3.5.0/printer/test/
Doutput_client64.txt283 OK,"state=10 ",CATALOG:ID32P64,INFO,example,1,<--UNITTEST-HIDE_TS-->,<--UNITTEST-HIDE_TS-->,./systc…
284 OK,"state=10 ",CATALOG:ID32P64,INFO,example,1,<--UNITTEST-HIDE_TS-->,<--UNITTEST-HIDE_TS-->,./systc…
Doutput_client32.txt283 OK,"state=10 ",CATALOG:ID32P32,INFO,example,1,<--UNITTEST-HIDE_TS-->,<--UNITTEST-HIDE_TS-->,./systc…
284 OK,"state=10 ",CATALOG:ID32P32,INFO,example,1,<--UNITTEST-HIDE_TS-->,<--UNITTEST-HIDE_TS-->,./systc…
/mipi-sys-t-3.6.0-3.5.0/
DREADME.md332 new collateral file that matches the actual state of the source code.