pub const netdev_event_t_NETDEV_EVENT_TX_COMPLETE_DATA_PENDING: netdev_event_t = 5;
Expand description

@brief transfer frame complete and data pending flag

@deprecated Issue an NETDEV_EVENT_TX_COMPLETE event instead and pass the data pending info in netdev_driver_t::confirm_send via the info parameter