Speeduino
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
port_pin.h File Reference
#include <Arduino.h>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  type_detection_detail
 

Typedefs

using port_register_t = decltype(type_detection_detail::return_type_of(&type_detection_detail::detectPortRegisterType))
 The return type of a "call" to portOutputRegister()
 
using pin_mask_t = decltype(type_detection_detail::return_type_of(&type_detection_detail::detectDigitalPinToBitMask))
 The return type of a "call" to digitalPinToBitMask()
 

Functions

template<typename R , typename... Args>
R type_detection_detail::return_type_of (R(*)(Args...))
 
static auto type_detection_detail::detectPortRegisterType (void)
 
static auto type_detection_detail::detectDigitalPinToBitMask (void)
 

Typedef Documentation

◆ pin_mask_t

The return type of a "call" to digitalPinToBitMask()

◆ port_register_t

The return type of a "call" to portOutputRegister()