Software Library API naibrd 1.62
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC int32_t NAIAPI | naibrd_SER_GetChannelCount (uint32_t modid) |
Returns the number of channels for the specified Serial Module ID. | |
NAIBRDFUNC uint32_t NAIAPI | naibrd_SER_GetFifoSize (uint32_t modid) |
Returns the size of the FIFO buffer for the specified Serial Module ID. | |
NAIBRDFUNC uint32_t NAIAPI | naibrd_SER_GetMaxBaudRate (uint32_t modid, bool_t sync) |
Returns the maximum baud rate for the Serial channels for the specified Serial Module ID and sync mode. | |
NAIBRDFUNC int32_t NAIAPI naibrd_SER_GetChannelCount | ( | uint32_t | modid | ) |
Returns the number of channels for the specified Serial Module ID.
modid | : (Input) Serial Module ID |
NAIBRDFUNC uint32_t NAIAPI naibrd_SER_GetFifoSize | ( | uint32_t | modid | ) |
Returns the size of the FIFO buffer for the specified Serial Module ID.
modid | : (Input) Serial Module ID |
NAIBRDFUNC uint32_t NAIAPI naibrd_SER_GetMaxBaudRate | ( | uint32_t | modid, |
bool_t | sync ) |
Returns the maximum baud rate for the Serial channels for the specified Serial Module ID and sync mode.
modid | : (Input) Serial Module ID |
sync | : (Input) 1 for sync, 0 for async. |