Get the current finger frequency.
Get the current finger frequency.
On failure, errno is set.
- Parameters
-
| self | Pointer to the struct itself. |
- Returns
- True for success, false for failure. See errno.
Get the current idle frequency.
Get the current finger frequency.
On failure, errno is set.
- Parameters
-
| self | Pointer to the struct itself. |
- Returns
- True for success, false for failure. See errno.
| bool( * PlatformDevice::SetFingerFrequency) (PlatformDevice *self, uint32_t frequency) |
Set the finger frequency.
Set the current finger frequency.
On failure, errno is set.
- Parameters
-
| self | Pointer to the struct itself. |
| frequency | The frequency to set. |
- Returns
- True for success, false for failure. See errno.
| bool( * PlatformDevice::SetIdleFrequency) (PlatformDevice *self, uint32_t frequency) |
Set the idle frequency.
On failure, errno is set.
- Parameters
-
| self | Pointer to the struct itself. |
| frequency | The frequency to set. |
- Returns
- True for success, false for failure. See errno.
The documentation for this struct was generated from the following file: