#![allow(missing_docs)]
pub type Handle = ::raw::HAL_Handle;
pub type PortHandle = ::raw::HAL_PortHandle;
pub type AnalogInputHandle = ::raw::HAL_AnalogInputHandle;
pub type AnalogOutputHandle = ::raw::HAL_AnalogOutputHandle;
pub type AnalogTriggerHandle = ::raw::HAL_AnalogTriggerHandle;
pub type CompressorHandle = ::raw::HAL_CompressorHandle;
pub type CounterHandle = ::raw::HAL_CounterHandle;
pub type DigitalHandle = ::raw::HAL_DigitalHandle;
pub type DigitalPwmHandle = ::raw::HAL_DigitalPWMHandle;
pub type GyroHandle = ::raw::HAL_GyroHandle;
pub type InterruptHandle = ::raw::HAL_InterruptHandle;
pub type NotifierHandle = ::raw::HAL_NotifierHandle;
pub type RelayHandle = ::raw::HAL_RelayHandle;
pub type SolenoidHandle = ::raw::HAL_SolenoidHandle;