libxr
1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
daplink_v1_def.hpp
1
#pragma once
2
3
#include <cstdint>
4
5
#include "daplink_v2_def.hpp"
6
7
namespace
LibXR::USB::DapLinkV1Def
8
{
9
10
using namespace
DapLinkV2Def;
11
12
static
constexpr
std::uint16_t MAX_REQUEST_SIZE = 64u;
13
static
constexpr
std::uint16_t MAX_RESPONSE_SIZE = 64u;
14
15
}
// namespace LibXR::USB::DapLinkV1Def
src
driver
usb
device
dap
daplink_v1_def.hpp
Generated by
1.12.0