Software Library API naibrd 1.62
See all documentation at naii.docs.com
Module Properties Functions

Functions

NAIBRDFUNC int32_t NAIAPI naibrd_DA_GetChannelCount (uint32_t modId)
 Returns the number of channels for the specified D/A Module ID.
 
NAIBRDFUNC int32_t NAIAPI naibrd_DA_GetMaxFIFOSize (uint32_t modId)
 Returns the max size of FIFO for the specified D/A Module ID.
 

Detailed Description


Function Documentation

◆ naibrd_DA_GetChannelCount()

NAIBRDFUNC int32_t NAIAPI naibrd_DA_GetChannelCount ( uint32_t modId)

Returns the number of channels for the specified D/A Module ID.

Parameters
modId: (Input) D/A Module ID.
Returns
  • Number of channels for the Module ID.

◆ naibrd_DA_GetMaxFIFOSize()

NAIBRDFUNC int32_t NAIAPI naibrd_DA_GetMaxFIFOSize ( uint32_t modId)

Returns the max size of FIFO for the specified D/A Module ID.

Parameters
modId: (Input) D/A Module ID.
Returns
  • Max size of FIFO for the Module ID.