Skip to content

Commit 3661523

Browse files
Use generic term for clock source
Co-authored-by: glopesdev <[email protected]>
1 parent c5dffe4 commit 3661523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ The status of the device is given by the following bits:
480480

481481
* **IS_STANDBY [Bit 0]:** If 1, the device will be in Standby Mode. Any other modes will be coded as 0. (See `R_OPERATION_CTRL` bit `OP_MODE` for more information).
482482

483-
* **IS_SYNCHRONIZED [Bit 1]:** If set to 1, the device is synchronized with a Harp Synchronization Clock. If the device is a clock generator (see `R_CLOCK_CONFIG` bit `CLK_GEN`), by definition, this bit will always be set to 1.
483+
* **IS_SYNCHRONIZED [Bit 1]:** If set to 1, the device is synchronized with an external Harp clock generator. If the device is itself a clock generator (see `R_CLOCK_CONFIG` bit `CLK_GEN`), by definition, this bit will always be set to 1.
484484

485485

486486
## Release notes:

0 commit comments

Comments
 (0)