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

    Variable ModeConst

    Mode: {
        Cad: Sx127xMode;
        FsRx: Sx127xMode;
        FsTx: Sx127xMode;
        RxContinuous: Sx127xMode;
        RxSingle: Sx127xMode;
        Sleep: Sx127xMode;
        Standby: Sx127xMode;
        Tx: Sx127xMode;
    } = ...

    The operating modes of RegOpMode, as a runtime object.

    Type Declaration

    • ReadonlyCad: Sx127xMode

      Channel activity detection looks for a LoRa preamble.

    • ReadonlyFsRx: Sx127xMode

      The PLL is locked for receive.

    • ReadonlyFsTx: Sx127xMode

      The PLL is locked for transmit.

    • ReadonlyRxContinuous: Sx127xMode

      The receiver takes packet after packet.

    • ReadonlyRxSingle: Sx127xMode

      The receiver waits for one packet or the symbol timeout.

    • ReadonlySleep: Sx127xMode

      Only the SPI interface and the registers are powered; the only mode that may switch modems.

    • ReadonlyStandby: Sx127xMode

      The oscillator and the baseband are on.

    • ReadonlyTx: Sx127xMode

      One packet goes out, then the chip returns to standby.