Home
last modified time | relevance | path

Searched refs:done (Results 1 – 13 of 13) sorted by relevance

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Di2cs_15xx.c53 uint32_t done = 0; in Chip_I2CS_XferHandler() local
79 done = xfers->slaveRecv(data); in Chip_I2CS_XferHandler()
84 done = xfers->slaveSend(&data); in Chip_I2CS_XferHandler()
90 if (done == 0) { in Chip_I2CS_XferHandler()
97 return done; in Chip_I2CS_XferHandler()
/external/lib/lwip/netif/ppp/
A Dppp_oe.c309 goto done; in pppoe_dispatch_disc_pkt()
323 goto done; in pppoe_dispatch_disc_pkt()
329 goto done; in pppoe_dispatch_disc_pkt()
338 goto done; in pppoe_dispatch_disc_pkt()
352 goto done; in pppoe_dispatch_disc_pkt()
403 goto done; in pppoe_dispatch_disc_pkt()
418 goto done; in pppoe_dispatch_disc_pkt()
433 goto done; in pppoe_dispatch_disc_pkt()
459 goto done; in pppoe_dispatch_disc_pkt()
490 goto done; in pppoe_dispatch_disc_pkt()
[all …]
/external/lib/lwip/
A Dnetif.c121 goto done; in class_netif_add()
134 done: in class_netif_add()
/external/platform/pico/rp2040/hardware_structs/include/hardware/structs/
A Dpsm.h106 io_ro_32 done;
/external/platform/nrfx/doc/
A Dmain_page.dox21 sections, assertions, or logging. This is done by filling a predefined set of
59 Dynamic configuration is done by specifying desired options in configuration
67 logging in particular drivers. It is done by specifying desired values of macros
A Dnrfx.doxyfile152 # Stripping is only done if one of the specified strings matches the left-hand
373 # subgrouping. Alternatively, this can be done per class using the
2043 # performed. Macro expansion can be done in a controlled way by setting
2142 # Adding location for the tag files is done as follows:
2244 # sure dot is able to find the font, which can be done by putting it in a
/external/platform/nrfx/drivers/include/
A Dnrfx_adc.h75 nrfx_adc_done_evt_t done; ///< Data for DONE event. member
A Dnrfx_saadc.h187 nrfx_saadc_done_evt_t done; ///< Data for @ref NRFX_SAADC_EVT_DONE event. member
/external/platform/nrfx/drivers/src/
A Dnrfx_adc.c322 evt.data.done.p_buffer = m_cb.p_buffer; in nrfx_adc_irq_handler()
323 evt.data.done.size = m_cb.size; in nrfx_adc_irq_handler()
A Dnrfx_saadc.c754 evt_data.data.done.p_buffer = m_cb.p_buffer_primary; in saadc_event_end_handle()
755 evt_data.data.done.size = m_cb.size_primary; in saadc_event_end_handle()
/external/lib/lwip/api/
A Dsockets.c567 u8_t done = 0; in lwip_recvfrom() local
659 done = 1; in lwip_recvfrom()
662 done = 1; in lwip_recvfrom()
666 if (done) { in lwip_recvfrom()
731 } while (!done); in lwip_recvfrom()
/external/platform/cc13xx/cc13xxware/startup_files/
A Dstartup_keil.s127 ; done, ADC underflow, ADC overflow
/external/platform/pico/rp2_common/pico_double/
A Ddouble_v1_rom_shim.S118 beq l\@_2 @ exponent != 0x7ff? then done
153 beq l\@_3 @ exponent != 0x7ff? then done

Completed in 23 milliseconds