![]()  | 
  
    Software Library API naibrd 1.62
    
   See all documentation at naii.docs.com 
   | 
 
Functions | |
| NAIBRDFUNC int32_t NAIAPI | naibrd_DIF_GetChannelCount (uint32_t modid) | 
| Returns the number of channels for the specified DIF Module ID.   | |
| NAIBRDFUNC int32_t NAIAPI | naibrd_DIF_GetGroupCount (uint32_t modid) | 
| Returns the number of channel groups for the specified DIF Module ID.   | |
| NAIBRDFUNC int32_t NAIAPI | naibrd_DIF_GetGroupSize (uint32_t modid) | 
| Returns the number of channel in each group for the specified DIF Module ID.   | |
| NAIBRDFUNC float64_t NAIAPI | naibrd_DIF_GetTimebaseLSB (uint32_t modid) | 
| Returns the LSB for the timer interval for Debounce, Measurement, PWM and Pattern Generator clocks for the specified DIF Module ID.   | |
| NAIBRDFUNC uint32_t NAIAPI | naibrd_DIF_GetValidPatternGenStart (uint32_t modid) | 
| Returns valid start address for Pattern RAM Generator block for the specified DIF Module ID.   | |
| NAIBRDFUNC uint32_t NAIAPI | naibrd_DIF_GetValidPatternGenEnd (uint32_t modid) | 
| Returns valid end address for Pattern RAM Generator block for the specified DIF Module ID.   | |
 
| NAIBRDFUNC int32_t NAIAPI naibrd_DIF_GetChannelCount | ( | uint32_t | modid | ) | 
Returns the number of channels for the specified DIF Module ID.
| modid | : (Input) DIF Module ID | 
| NAIBRDFUNC int32_t NAIAPI naibrd_DIF_GetGroupCount | ( | uint32_t | modid | ) | 
Returns the number of channel groups for the specified DIF Module ID.
| modid | : (Input) DF1 Module ID | 
| NAIBRDFUNC int32_t NAIAPI naibrd_DIF_GetGroupSize | ( | uint32_t | modid | ) | 
Returns the number of channel in each group for the specified DIF Module ID.
| modid | : (Input) DF1 Module ID | 
| NAIBRDFUNC float64_t NAIAPI naibrd_DIF_GetTimebaseLSB | ( | uint32_t | modid | ) | 
Returns the LSB for the timer interval for Debounce, Measurement, PWM and Pattern Generator clocks for the specified DIF Module ID.
| modid | : (Input) DIF Module ID | 
| NAIBRDFUNC uint32_t NAIAPI naibrd_DIF_GetValidPatternGenEnd | ( | uint32_t | modid | ) | 
Returns valid end address for Pattern RAM Generator block for the specified DIF Module ID.
| modid | : (Input) DIF Module ID | 
| NAIBRDFUNC uint32_t NAIAPI naibrd_DIF_GetValidPatternGenStart | ( | uint32_t | modid | ) | 
Returns valid start address for Pattern RAM Generator block for the specified DIF Module ID.
| modid | : (Input) DIF Module ID |