Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC int32_t NAIAPI | naibrd_TTL_GetChannelCount (uint32_t modid) |
Returns the number of channels for the specified TTL Module ID. | |
NAIBRDFUNC int32_t NAIAPI | naibrd_TTL_GetVCCBankCount (uint32_t modid) |
Returns the number of VCC channel banks for the specified TTL Module ID. | |
NAIBRDFUNC int32_t NAIAPI | naibrd_TTL_GetVCCBankSize (uint32_t modid) |
Returns the number of channels in each VCC bank for the specified TTL Module ID. | |
NAIBRDFUNC float64_t NAIAPI | naibrd_TTL_GetTimebaseLSB (uint32_t modid) |
Returns the LSB for the timer interval for Debounce, Measurement, PWM and Pattern Generator clocks for the specified TTL Module ID. | |
NAIBRDFUNC int32_t NAIAPI naibrd_TTL_GetChannelCount | ( | uint32_t | modid | ) |
Returns the number of channels for the specified TTL Module ID.
modid | : (Input) TTL Module ID |
NAIBRDFUNC float64_t NAIAPI naibrd_TTL_GetTimebaseLSB | ( | uint32_t | modid | ) |
Returns the LSB for the timer interval for Debounce, Measurement, PWM and Pattern Generator clocks for the specified TTL Module ID.
modid | : (Input) TTL Module ID |
NAIBRDFUNC int32_t NAIAPI naibrd_TTL_GetVCCBankCount | ( | uint32_t | modid | ) |
Returns the number of VCC channel banks for the specified TTL Module ID.
modid | : (Input) TTL Module ID |
NAIBRDFUNC int32_t NAIAPI naibrd_TTL_GetVCCBankSize | ( | uint32_t | modid | ) |
Returns the number of channels in each VCC bank for the specified TTL Module ID.
modid | : (Input) TTL Module ID |