Module rp2040_pac::adc::fcs

source ·
Expand description

FIFO control and status

Structs§

Type Aliases§

  • Field DREQ_EN reader - If 1: assert DMA requests when FIFO contains data
  • Field DREQ_EN writer - If 1: assert DMA requests when FIFO contains data
  • Field EMPTY reader -
  • Field EN reader - If 1: write result to the FIFO after each conversion.
  • Field EN writer - If 1: write result to the FIFO after each conversion.
  • Field ERR reader - If 1: conversion error bit appears in the FIFO alongside the result
  • Field ERR writer - If 1: conversion error bit appears in the FIFO alongside the result
  • Field FULL reader -
  • Field LEVEL reader - The number of conversion results currently waiting in the FIFO
  • Field OVER reader - 1 if the FIFO has been overflowed. Write 1 to clear.
  • Field OVER writer - 1 if the FIFO has been overflowed. Write 1 to clear.
  • Register FCS reader
  • Field SHIFT reader - If 1: FIFO results are right-shifted to be one byte in size. Enables DMA to byte buffers.
  • Field SHIFT writer - If 1: FIFO results are right-shifted to be one byte in size. Enables DMA to byte buffers.
  • Field THRESH reader - DREQ/IRQ asserted when level >= threshold
  • Field THRESH writer - DREQ/IRQ asserted when level >= threshold
  • Field UNDER reader - 1 if the FIFO has been underflowed. Write 1 to clear.
  • Field UNDER writer - 1 if the FIFO has been underflowed. Write 1 to clear.
  • Register FCS writer