Pigweed
 
Loading...
Searching...
No Matches
pw::digital_io::McuxpressoPintController Class Reference

#include <pint.h>

Public Member Functions

 McuxpressoPintController (PINT_Type *base)
 
 McuxpressoPintController (const McuxpressoPintController &)=delete
 
McuxpressoPintControlleroperator= (const McuxpressoPintController &)=delete
 

Friends

class McuxpressoPintInterrupt
 

Detailed Description

Abstracts the Pin Interrupt (PINT) module.

One instance of this class should be created to enable the creation of McuxpressoPintInterrupt lines.

Constructor & Destructor Documentation

◆ McuxpressoPintController()

pw::digital_io::McuxpressoPintController::McuxpressoPintController ( PINT_Type *  base)

Constructs a McuxpressoPintController for an instance of the PINT module.

Parameters
[in]baseThe base address of the PINT module (e.g. PINT).

The documentation for this class was generated from the following file: