From 015b58d152604d7e2ad1ca085bd3ffe7aa6ee793 Mon Sep 17 00:00:00 2001 From: Reinier van der Walle <walle@astron.nl> Date: Tue, 12 Jul 2022 09:19:46 +0200 Subject: [PATCH] corrected PIO_JESD_CTRL description in yaml --- libraries/technology/jesd204b/tech_jesd204b.peripheral.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/technology/jesd204b/tech_jesd204b.peripheral.yaml b/libraries/technology/jesd204b/tech_jesd204b.peripheral.yaml index 39125f4244..4dcb02e027 100644 --- a/libraries/technology/jesd204b/tech_jesd204b.peripheral.yaml +++ b/libraries/technology/jesd204b/tech_jesd204b.peripheral.yaml @@ -21,8 +21,8 @@ peripherals: bit_offset: 31 mm_width: 1 access_mode: RW - - - field_name: enable - field_description: "Enable JESD signal input i by setting bit i = 1, disable by clearing bit i = 0." + - - field_name: disable + field_description: "Disable JESD signal input i by setting bit i = 1, enable by clearing bit i = 0." address_offset: 0x0 bit_offset: 0 mm_width: 31 -- GitLab