CFG_CntrChannelCapability

CFG_CntrChannelCapability gets the counter capability.

Description

 

Type INT32U (array of INT32U  for Rev.B)
Length 4 bytes (2 * 4 bytes for Rev.B)
Access type Read
Value
The function supported by each channels is described by a INT32U array, with each bit corresponding to a function. Totally thirty-two functions can be covered. The already specified ones include:
           Event Counting: 0x1
           Frequency Measurement: 0x2
           Frequency Out: 0x4
           Timer Interrupt Function: 0x8
           Counter Interrupt Function: 0x10
           Pulse Out: 0x20
           WatchDog Timer: 0x40
           CascadeWithNext: 0x80
           CascadeWithPrev:  0x100
           Pulse width Measurement: 0x200
           Pulse width Modulation: 0x400

 

In order to keep the expansibility, the Byte Array is changed to INT32U array. 


See also

DRV_DeviceGetProperty