shithub: heymac-node

ref: ad1df2d2a01bd064e643287ff305673dfede3ce3
dir: /src/sx127x.h/

View raw version
/*$file${src::sx127x.h} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv*/
/*
* Model: SX127xHsm.qm
* File:  ${src::sx127x.h}
*
* This code has been generated by QM 5.2.5 <www.state-machine.com/qm>.
* DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
*
* SPDX-License-Identifier: GPL-3.0-or-later
*
* This generated code is open source software: you can redistribute it under
* the terms of the GNU General Public License as published by the Free
* Software Foundation.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* NOTE:
* Alternatively, this generated code may be distributed under the terms
* of Quantum Leaps commercial licenses, which expressly supersede the GNU
* General Public License and are specifically designed for licensees
* interested in retaining the proprietary status of their code.
*
* Contact information:
* <www.state-machine.com/licensing>
* <[email protected]>
*/
/*$endhead${src::sx127x.h} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
#ifndef SX127X_H
#define SX127X_H

enum SX127x_Signals {
    _PHY_TMOUT_SIG = Q_USER_SIG,
    _PHY_RQST_SIG,
    _DIO_TX_DONE_SIG,
    _DIO_MODE_RDY_SIG,
    _DIO_VALID_HDR_SIG,
    _PHY_PRDC_SIG,
    _DIO_RX_TMOUT_SIG,
    _DIO_RX_DONE_SIG
}

#endif