#include <pint.h>
Public Member Functions | |
McuxpressoPintController (PINT_Type *base) | |
McuxpressoPintController (const McuxpressoPintController &)=delete | |
McuxpressoPintController & | operator= (const McuxpressoPintController &)=delete |
Friends | |
class | McuxpressoPintInterrupt |
Abstracts the Pin Interrupt (PINT) module.
One instance of this class should be created to enable the creation of McuxpressoPintInterrupt
lines.
pw::digital_io::McuxpressoPintController::McuxpressoPintController | ( | PINT_Type * | base | ) |
Constructs a McuxpressoPintController for an instance of the PINT module.
[in] | base | The base address of the PINT module (e.g. PINT ). |