![]() |
Speeduino
|
#include <Arduino.h>
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) |
using PINMASK_TYPE = decltype(type_detection_detail::return_type_of(&type_detection_detail::detectDigitalPinToBitMask)) |
The return type of a "call" to digitalPinToBitMask()
using PORT_TYPE = decltype(type_detection_detail::return_type_of(&type_detection_detail::detectPortRegisterType)) |
The return type of a "call" to portOutputRegister()