Home
last modified time | relevance | path

Searched refs:cb (Results 1 – 10 of 10) sorted by relevance

/external/lib/lwip/api/
A Dtcpip.c135 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread()
141 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread()
222 msg->msg.cb.function = function; in tcpip_callback_with_block()
223 msg->msg.cb.ctx = ctx; in tcpip_callback_with_block()
415 msg->msg.cb.function = function; in tcpip_callbackmsg_new()
416 msg->msg.cb.ctx = ctx; in tcpip_callbackmsg_new()
/external/platform/nrfx/drivers/src/
A Dnrfx_nfct.c221 NRFX_NFCT_CB_HANDLE(m_nfct_cb.config.cb, nfct_evt); in nrfx_nfct_field_event_handler()
237 NRFX_NFCT_CB_HANDLE(m_nfct_cb.config.cb, nfct_evt); in nrfx_nfct_field_event_handler()
335 NRFX_NFCT_CB_HANDLE(m_nfct_cb.config.cb, nfct_evt); in nrfx_nfct_field_poll()
740 NRFX_NFCT_CB_HANDLE(m_nfct_cb.config.cb, nfct_evt); in nrfx_nfct_irq_handler()
765 NRFX_NFCT_CB_HANDLE(m_nfct_cb.config.cb, nfct_evt); in nrfx_nfct_irq_handler()
786 NRFX_NFCT_CB_HANDLE(m_nfct_cb.config.cb, nfct_evt); in nrfx_nfct_irq_handler()
804 if (m_nfct_cb.config.cb != NULL) in nrfx_nfct_irq_handler()
813 m_nfct_cb.config.cb(&nfct_evt); in nrfx_nfct_irq_handler()
829 NRFX_NFCT_CB_HANDLE(m_nfct_cb.config.cb, nfct_evt); in nrfx_nfct_irq_handler()
/external/lib/lwip/netif/ppp/
A Dppp.h155 #define pppOpen(fd,cb,ls) pppOverSerialOpen(fd,cb,ls) argument
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Drom_spi_15xx.h110 SPI_CALLBK_T cb; /*!< SPI interrupt callback function */ member
/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling/example/src/
A Dperiph_spi_rom_polling.c144 paramRec.cb = NULL; /* SPI completion callback */ in WriteSpiMssg()
/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling_slave/example/src/
A Dperiph_spi_rom_polling_slave.c142 paramRec.cb = NULL; /* SPI completion callback */ in ReadSpiMssg()
/external/platform/nrfx/drivers/include/
A Dnrfx_nfct.h177 nrfx_nfct_handler_t cb; ///< Callback. member
/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt/example/src/
A Dperiph_spi_rom_interrupt.c169 paramRec.cb = (SPI_CALLBK_T) cbSpiComplete; /* SPI completion callback */ in WriteSpiMssg()
/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt_slave/example/src/
A Dperiph_spi_rom_interrupt_slave.c160 paramRec.cb = (SPI_CALLBK_T) cbSpiComplete; /* SPI completion callback */ in ReadSpiMssg()
/external/lib/lwip/include/lwip/
A Dtcpip.h150 } cb; member

Completed in 19 milliseconds