summaryrefslogtreecommitdiff
path: root/firmware/c1224/include/modem_probe.h
blob: 402e485d33974fa69b05b10aca7b84d011eb3de3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef C1224_MODEM_PROBE_H
#define C1224_MODEM_PROBE_H

#include <stdbool.h>

typedef struct {
    bool crystal_driven;
    bool cdt_readable;
    bool rxd_readable;
    bool ready;
} modem_probe_result_t;

modem_probe_result_t modem_probe_run(void);

#endif
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com