armOS  0.1.0
Minimal ARM Operating System for the Raspberry Pi - Documentation generated for Pi 4.
aux.h File Reference

Definition of AUX registers addresses (Only for Uart). More...

#include <peripherals/gpio.h>
Include dependency graph for aux.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  {
  AUX_BASE = (GPIO_BASE + 0x15000),
  AUX_ENABLES = (AUX_BASE + 0x04),
  AUX_MU_IO_REG = (AUX_BASE + 0x40),
  AUX_MU_IER_REG = (AUX_BASE + 0x44),
  AUX_MU_IIR_REG = (AUX_BASE + 0x48),
  AUX_MU_LCR_REG = (AUX_BASE + 0x4C),
  AUX_MU_MCR_REG = (AUX_BASE + 0x50),
  AUX_MU_LSR_REG = (AUX_BASE + 0x54),
  AUX_MU_MSR_REG = (AUX_BASE + 0x58),
  AUX_MU_SCRATCH = (AUX_BASE + 0x5C),
  AUX_MU_CNTL_REG = (AUX_BASE + 0x60),
  AUX_MU_STAT_REG = (AUX_BASE + 0x64),
  AUX_MU_BAUD_REG = (AUX_BASE + 0x68)
}
 

Detailed Description

Definition of AUX registers addresses (Only for Uart).

AUX : Auxiliary Peripherals