pamoja for TypeScript - v0.1.18
    Preparing search index...

    Variable DeviceErrorConst

    DeviceError: {
        AdcCalibration: number;
        ImageCalibration: number;
        PaRamp: number;
        PllCalibration: number;
        PllLock: number;
        Rc13mCalibration: number;
        Rc64kCalibration: number;
        XoscStart: number;
    } = ...

    The device error bits GetDeviceErrors answers with.

    Type Declaration

    • ReadonlyAdcCalibration: number

      The ADC failed to calibrate.

    • ReadonlyImageCalibration: number

      Image rejection failed to calibrate.

    • ReadonlyPaRamp: number

      The power amplifier failed to ramp.

    • ReadonlyPllCalibration: number

      The PLL failed to calibrate.

    • ReadonlyPllLock: number

      The PLL failed to lock.

    • ReadonlyRc13mCalibration: number

      The RC13M oscillator failed to calibrate.

    • ReadonlyRc64kCalibration: number

      The RC64k oscillator failed to calibrate.

    • ReadonlyXoscStart: number

      The crystal oscillator failed to start, which a TCXO raises until it is powered.