CFG_CntrInternalClockFreq gets all the timer base clock frequencies supported by the device.
| Type | FP32 array |
| Length | 4 bytes for one type of frequency |
| Access type | Read |
| Value | All frequencies supported by the device are listed in the array. For example, [5,50,5000] means the device supports these three kinds of timer base clock. The corresponding value is as follows: TIMER_BASE_CLOCK5: timer base clock 5Hz TIMER_BASE_CLOCK50: timer base clock 50Hz TIMER_BASE_CLOCK500: timer base clock 500Hz TIMER_BASE_CLOCK5K: timer base clock 5000Hz
TIMER_BASE_CLOCK50K: timer base clock 50000Hz |