Searched refs:mcumgr_serial_tx_cb (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/include/zephyr/mgmt/mcumgr/transport/ |
D | serial.h | 46 typedef int (*mcumgr_serial_tx_cb)(const void *data, int len); typedef 80 int mcumgr_serial_tx_pkt(const uint8_t *data, int len, mcumgr_serial_tx_cb cb);
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | serial_util.c | 150 static int mcumgr_serial_tx_small(const void *data, int len, mcumgr_serial_tx_cb cb) in mcumgr_serial_tx_small() 173 int mcumgr_serial_tx_pkt(const uint8_t *data, int len, mcumgr_serial_tx_cb cb) in mcumgr_serial_tx_pkt()
|
D | smp_dummy.c | 71 mcumgr_serial_tx_cb cb); 521 mcumgr_serial_tx_cb cb) in mcumgr_dummy_tx_small() 550 uint16_t crc, mcumgr_serial_tx_cb cb, in mcumgr_dummy_tx_frame() 661 static int mcumgr_dummy_tx_pkt(const uint8_t *data, int len, mcumgr_serial_tx_cb cb) in mcumgr_dummy_tx_pkt()
|