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_TYPE = decltype(type_detection_detail::return_type_of(&type_detection_detail::detectPortRegisterType))
 The return type of a "call" to portOutputRegister()
 
using PINMASK_TYPE = 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

◆ PINMASK_TYPE

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

◆ PORT_TYPE

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