Home
last modified time | relevance | path

Searched refs:mcumgr_serial_tx_cb (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/mgmt/mcumgr/transport/
Dserial.h46 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/
Dserial_util.c150 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()
Dsmp_dummy.c71 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()