Module stm32_hal2::pac::ltdc::layer

source ·
Expand description

Register block Cluster LAYER%s, containing L?CR, L?WHPCR, L?WVPCR, L?CKCR, L?PFCR, L?CACR, L?DCCR, L?BFCR, L?CFBAR, L?CFBLR, L?CFBLNR, L?CLUTWR

Modules§

  • Layerx Blending Factors Configuration Register
  • Layerx Constant Alpha Configuration Register
  • Layerx Color Frame Buffer Address Register
  • Layerx ColorFrame Buffer Line Number Register
  • Layerx Color Frame Buffer Length Register
  • Layerx Color Keying Configuration Register
  • Layerx CLUT Write Register
  • Layerx Control Register
  • Layerx Default Color Configuration Register
  • Layerx Pixel Format Configuration Register
  • Layerx Window Horizontal Position Configuration Register
  • Layerx Window Vertical Position Configuration Register

Type Aliases§

  • BFCR register accessor: an alias for Reg<BFCR_SPEC>
  • CACR register accessor: an alias for Reg<CACR_SPEC>
  • CFBAR register accessor: an alias for Reg<CFBAR_SPEC>
  • CFBLNR register accessor: an alias for Reg<CFBLNR_SPEC>
  • CFBLR register accessor: an alias for Reg<CFBLR_SPEC>
  • CKCR register accessor: an alias for Reg<CKCR_SPEC>
  • CLUTWR register accessor: an alias for Reg<CLUTWR_SPEC>
  • CR register accessor: an alias for Reg<CR_SPEC>
  • DCCR register accessor: an alias for Reg<DCCR_SPEC>
  • PFCR register accessor: an alias for Reg<PFCR_SPEC>
  • WHPCR register accessor: an alias for Reg<WHPCR_SPEC>
  • WVPCR register accessor: an alias for Reg<WVPCR_SPEC>