Commit 9b78baa4 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

pps_gen: fix adjustment status bit description to match implementation

parent f73f8239
...@@ -36,8 +36,8 @@ peripheral { ...@@ -36,8 +36,8 @@ peripheral {
name = "Adjust offset"; name = "Adjust offset";
description = "write 1: Starts adjusting PPS/UTC offsets by adding the values taken from ADJ_NSEC, ADJ_UTCLO, ADJ_UTCHI registers to the current PPS counter value. These registers need to be programmed prior to update.\ description = "write 1: Starts adjusting PPS/UTC offsets by adding the values taken from ADJ_NSEC, ADJ_UTCLO, ADJ_UTCHI registers to the current PPS counter value. These registers need to be programmed prior to update.\
write 0: no effect\ write 0: no effect\
read 0: adjustment operation is done\ read 0: adjustment operation is in progress\
read 1: adjustment operation is in progress"; read 1: adjustment operation is done";
prefix = "CNT_ADJ"; prefix = "CNT_ADJ";
type = BIT; type = BIT;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment