Searched refs:cb (Results 1 – 10 of 10) sorted by relevance
| /external/lib/lwip/api/ |
| A D | tcpip.c | 135 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 D | nrfx_nfct.c | 221 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 D | ppp.h | 155 #define pppOpen(fd,cb,ls) pppOverSerialOpen(fd,cb,ls) argument
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
| A D | rom_spi_15xx.h | 110 SPI_CALLBK_T cb; /*!< SPI interrupt callback function */ member
|
| /external/platform/lpc15xx/lpcopen/periph_spi_rom_polling/example/src/ |
| A D | periph_spi_rom_polling.c | 144 paramRec.cb = NULL; /* SPI completion callback */ in WriteSpiMssg()
|
| /external/platform/lpc15xx/lpcopen/periph_spi_rom_polling_slave/example/src/ |
| A D | periph_spi_rom_polling_slave.c | 142 paramRec.cb = NULL; /* SPI completion callback */ in ReadSpiMssg()
|
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_nfct.h | 177 nrfx_nfct_handler_t cb; ///< Callback. member
|
| /external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt/example/src/ |
| A D | periph_spi_rom_interrupt.c | 169 paramRec.cb = (SPI_CALLBK_T) cbSpiComplete; /* SPI completion callback */ in WriteSpiMssg()
|
| /external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt_slave/example/src/ |
| A D | periph_spi_rom_interrupt_slave.c | 160 paramRec.cb = (SPI_CALLBK_T) cbSpiComplete; /* SPI completion callback */ in ReadSpiMssg()
|
| /external/lib/lwip/include/lwip/ |
| A D | tcpip.h | 150 } cb; member
|
Completed in 19 milliseconds