#include <avrpins.h>
template<typename PORT, uint8_t PIN>
class TPin< PORT, PIN >
Definition at line 177 of file avrpins.h.
template<typename PORT , uint8_t PIN>
template<typename PORT , uint8_t PIN>
template<typename PORT , uint8_t PIN>
static void TPin< PORT, PIN >::Set |
( |
| ) |
|
|
inlinestatic |
template<typename PORT , uint8_t PIN>
static void TPin< PORT, PIN >::Set |
( |
uint8_t |
val | ) |
|
|
inlinestatic |
template<typename PORT , uint8_t PIN>
static void TPin< PORT, PIN >::SetDir |
( |
uint8_t |
val | ) |
|
|
inlinestatic |
template<typename PORT , uint8_t PIN>
static void TPin< PORT, PIN >::Clear |
( |
| ) |
|
|
inlinestatic |
template<typename PORT , uint8_t PIN>
static void TPin< PORT, PIN >::Toggle |
( |
| ) |
|
|
inlinestatic |
template<typename PORT , uint8_t PIN>
static void TPin< PORT, PIN >::SetDirRead |
( |
| ) |
|
|
inlinestatic |
template<typename PORT , uint8_t PIN>
static void TPin< PORT, PIN >::SetDirWrite |
( |
| ) |
|
|
inlinestatic |
template<typename PORT , uint8_t PIN>
static uint8_t TPin< PORT, PIN >::IsSet |
( |
| ) |
|
|
inlinestatic |
template<typename PORT , uint8_t PIN>
static void TPin< PORT, PIN >::WaiteForSet |
( |
| ) |
|
|
inlinestatic |
template<typename PORT , uint8_t PIN>
static void TPin< PORT, PIN >::WaiteForClear |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: