M5Unit-RFID
0.0.2 git rev:1dc8f67
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 (Page 1 address 0xE, accessed as 0x1E): EOFSOFWidth, TxEGT, EOFSOFAdjust.
Definition
pn512_register.hpp:30
src
unit
pn512_register.hpp
Generated by
1.11.0