M5Unit-RFID
0.1.0 git rev:06ade4b
Loading...
Searching...
No Matches
pn512_register.hpp
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2026 M5Stack Technology CO LTD
3
*
4
* SPDX-License-Identifier: MIT
5
*/
16
#ifndef M5_UNIT_RFID_PN512_REGISTER_HPP
17
#define M5_UNIT_RFID_PN512_REGISTER_HPP
18
19
#include <cstdint>
20
21
namespace
m5
{
22
namespace
unit
{
27
namespace
pn512
{
28
30
constexpr
uint8_t
TYPE_B_REG
{0x1E};
31
32
}
// namespace pn512
33
}
// namespace unit
34
}
// namespace m5
35
36
#endif
m5
Top level namespace of M5Stack.
pn512
PN512-specific register addresses (NFC-B / NFC-F extensions)
unit
Unit-related namespace.
m5::unit::pn512::TYPE_B_REG
constexpr uint8_t TYPE_B_REG
TypeBReg (address 0x1E): RxSOFReq, RxEOFReq, EOFSOFWidth, NoTxSOF, NoTxEOF, TxEGT.
Definition
pn512_register.hpp:30
src
unit
pn512_register.hpp
Generated by
1.11.0