Home
last modified time | relevance | path

Searched refs:online (Results 1 – 7 of 7) sorted by relevance

/lk-master/lib/cdcconsole/
A Dcdcconsole.c52 if (con->online) { in cdcconsole_print()
87 static void cdcconsole_online(cdcserial_channel_t *chan, bool online) { in cdcconsole_online() argument
89 con->online = online; in cdcconsole_online()
90 if (online) { in cdcconsole_online()
/lk-master/app/mdebug/
A Dmdebug.c44 static volatile int online; variable
51 online = 1; in mdebug_notify()
53 online = 0; in mdebug_notify()
145 if (!online) { in mdebug_entry()
/lk-master/app/lpcboot/
A Dlpcboot.c42 static volatile int online; variable
49 online = 1; in lpcboot_notify()
51 online = 0; in lpcboot_notify()
288 if (!online) { in lpcboot_entry()
/lk-master/lib/cdcconsole/include/lib/cdcconsole/
A Dcdcconsole.h16 bool online; member
/lk-master/dev/usb/class/cdcserial/include/dev/usb/class/
A Dcdcserial.h25 void (*online_cb)(cdcserial_channel_t *chan, bool online);
/lk-master/platform/lpc43xx/
A Dudc.c51 uint8_t online; member
240 if (!USB.online && ept->num) { in udc_request_queue()
400 usb->online = s.value ? 1 : 0; in handle_setup()
516 usb->online = 0; in lpc43xx_USB0_IRQ()
/lk-master/external/platform/nrfx/doc/
A Dnrfx.doxyfile1761 # makes the output suitable for online browsing using a PDF viewer.
1846 # output) instead of page references. This makes the output suitable for online

Completed in 14 milliseconds