WPILibC++ 2023.4.3-108-ge5452e3
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
int32_t | HAL_GetNumAccumulators (void) |
Gets the number of analog accumulators in the current system. More... | |
int32_t | HAL_GetNumAnalogTriggers (void) |
Gets the number of analog triggers in the current system. More... | |
int32_t | HAL_GetNumAnalogInputs (void) |
Gets the number of analog inputs in the current system. More... | |
int32_t | HAL_GetNumAnalogOutputs (void) |
Gets the number of analog outputs in the current system. More... | |
int32_t | HAL_GetNumCounters (void) |
Gets the number of counters in the current system. More... | |
int32_t | HAL_GetNumDigitalHeaders (void) |
Gets the number of digital headers in the current system. More... | |
int32_t | HAL_GetNumPWMHeaders (void) |
Gets the number of PWM headers in the current system. More... | |
int32_t | HAL_GetNumDigitalChannels (void) |
Gets the number of digital channels in the current system. More... | |
int32_t | HAL_GetNumPWMChannels (void) |
Gets the number of PWM channels in the current system. More... | |
int32_t | HAL_GetNumDigitalPWMOutputs (void) |
Gets the number of digital IO PWM outputs in the current system. More... | |
int32_t | HAL_GetNumEncoders (void) |
Gets the number of quadrature encoders in the current system. More... | |
int32_t | HAL_GetNumInterrupts (void) |
Gets the number of interrupts in the current system. More... | |
int32_t | HAL_GetNumRelayChannels (void) |
Gets the number of relay channels in the current system. More... | |
int32_t | HAL_GetNumRelayHeaders (void) |
Gets the number of relay headers in the current system. More... | |
int32_t | HAL_GetNumCTREPCMModules (void) |
Gets the number of PCM modules in the current system. More... | |
int32_t | HAL_GetNumCTRESolenoidChannels (void) |
Gets the number of solenoid channels in the current system. More... | |
int32_t | HAL_GetNumCTREPDPModules (void) |
Gets the number of PDP modules in the current system. More... | |
int32_t | HAL_GetNumCTREPDPChannels (void) |
Gets the number of PDP channels in the current system. More... | |
int32_t | HAL_GetNumREVPDHModules (void) |
Gets the number of PDH modules in the current system. More... | |
int32_t | HAL_GetNumREVPDHChannels (void) |
Gets the number of PDH channels in the current system. More... | |
int32_t | HAL_GetNumREVPHModules (void) |
Gets the number of PH modules in the current system. More... | |
int32_t | HAL_GetNumREVPHChannels (void) |
Gets the number of PH channels in the current system. More... | |
int32_t | HAL_GetNumDutyCycles (void) |
Gets the number of duty cycle inputs in the current system. More... | |
int32_t | HAL_GetNumAddressableLEDs (void) |
Gets the number of addressable LED generators in the current system. More... | |