nrfcxx
0.1.0
C++-17 Framework for Nordic nRF5 Devices
|
A traits type identifying GPIO peripheral instances. More...
#include <nrfcxx/core.hpp>
A traits type identifying GPIO peripheral instances.
The following members are to be defined:
nrf5::GPIO_Type instance
is the peripheral instance;int begin_psel
is the lowest ordinal GPIO pin falling within the instance;int end_psel
is the lowest ordinal GPIO pin falling above the instance.GPIO
is always an alias for P0
.I | the peripheral<GPIO_Type>::INSTANCE value used to identify an instance. |