![]() |
WPILibC++ 2025.3.2
|
Go to the source code of this file.
Classes | |
| struct | hal::DIOSetProxy |
| Proxy class for directly manipulating the DIO pins. More... | |
Namespaces | |
| namespace | hal |
| WPILib Hardware Abstraction Layer (HAL) namespace. | |
| namespace | hal::detail |
Functions | |
| wpi::mutex & | hal::detail::UnsafeGetDIOMutex () |
| tDIO * | hal::detail::UnsafeGetDigitalSystem () |
| int32_t | hal::detail::ComputeDigitalMask (HAL_DigitalHandle handle, int32_t *status) |
| template<typename Functor > | |
| void | hal::UnsafeManipulateDIO (HAL_DigitalHandle handle, int32_t *status, Functor func) |
| Unsafe digital output set function This function can be used to perform fast and deterministically set digital outputs. | |