Numworks Epsilon  1.4.1
Graphing Calculator Operating System
GPIO::OTYPER Class Reference

#include <gpio.h>

Inheritance diagram for GPIO::OTYPER:
Register< T >

Public Types

enum  Type { Type::PushPull = 0, Type::OpenDrain = 1 }
 

Public Member Functions

Type getType (int index)
 
void setType (int index, Type type) volatile
 

Detailed Description

Definition at line 20 of file gpio.h.

Member Enumeration Documentation

◆ Type

enum GPIO::OTYPER::Type
strong
Enumerator
PushPull 
OpenDrain 

Definition at line 22 of file gpio.h.

Member Function Documentation

◆ getType()

Type GPIO::OTYPER::getType ( int  index)
inline

Definition at line 26 of file gpio.h.

◆ setType()

void GPIO::OTYPER::setType ( int  index,
Type  type 
) volatile
inline

Definition at line 27 of file gpio.h.


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