Type Definition rp2040_pac::adc::fcs::W[][src]

type W = W<u32, FCS>;
Expand description

Writer for register FCS

Implementations

Bits 24:27 - DREQ/IRQ asserted when level >= threshold

Bit 11 - 1 if the FIFO has been overflowed. Write 1 to clear.

Bit 10 - 1 if the FIFO has been underflowed. Write 1 to clear.

Bit 3 - If 1: assert DMA requests when FIFO contains data

Bit 2 - If 1: conversion error bit appears in the FIFO alongside the result

Bit 1 - If 1: FIFO results are right-shifted to be one byte in size. Enables DMA to byte buffers.

Bit 0 - If 1: write result to the FIFO after each conversion.