Module stm32_hal2::pac::cordic::csr

source ·
Expand description

Control and status register

Structs§

  • Control and status register
  • Register CSR reader
  • Register CSR writer

Enums§

  • Width of input data
  • Enable DMA wread channel
  • Enable DMA write channel
  • Function
  • Enable interrupt
  • Number of arguments expected by the WDATA register
  • Number of results in the RDATA register
  • Precision required (number of iterations/cycles), where PRECISION = (number of iterations/4)
  • Width of output data
  • Result ready flag

Type Aliases§

  • Field ARGSIZE reader - Width of input data
  • Field ARGSIZE writer - Width of input data
  • Field DMAREN reader - Enable DMA wread channel
  • Field DMAREN writer - Enable DMA wread channel
  • Field DMAWEN reader - Enable DMA write channel
  • Field DMAWEN writer - Enable DMA write channel
  • Field FUNC reader - Function
  • Field FUNC writer - Function
  • Field IEN reader - Enable interrupt
  • Field IEN writer - Enable interrupt
  • Field NARGS reader - Number of arguments expected by the WDATA register
  • Field NARGS writer - Number of arguments expected by the WDATA register
  • Field NRES reader - Number of results in the RDATA register
  • Field NRES writer - Number of results in the RDATA register
  • Field PRECISION reader - Precision required (number of iterations/cycles), where PRECISION = (number of iterations/4)
  • Field PRECISION writer - Precision required (number of iterations/cycles), where PRECISION = (number of iterations/4)
  • Field RESSIZE reader - Width of output data
  • Field RESSIZE writer - Width of output data
  • Field RRDY reader - Result ready flag
  • Field RRDY writer - Result ready flag
  • Field SCALE reader - Scaling factor (2^-n for arguments, 2^n for results)
  • Field SCALE writer - Scaling factor (2^-n for arguments, 2^n for results)