bmx280_sc
bmx280thpi2c_write_register(struct bmx280_sc *sc, uint8_t *buf, size_t blen)
bmx280thpi2c_acquire_bus(struct bmx280_sc *sc)
bmx280thpi2c_release_bus(struct bmx280_sc *sc)
struct bmx280_sc *sc = &isc->sc_bmx280;
struct bmx280_sc sc_bmx280;
bmx280thpi2c_read_register(struct bmx280_sc *sc, uint8_t reg,
bmx280_store_raw_blob_tp(struct bmx280_sc *sc, uint8_t *b) {
bmx280_store_raw_blob_h(struct bmx280_sc *sc, uint8_t *b) {
bmx280_sysctl_init(struct bmx280_sc *sc)
bmx280_attach(struct bmx280_sc *sc)
static void bmx280_store_raw_blob_tp(struct bmx280_sc *, uint8_t *);
bmx280_detach(struct bmx280_sc *sc, int flags __unused)
static void bmx280_store_raw_blob_h(struct bmx280_sc *, uint8_t *);
void bmx280_attach(struct bmx280_sc *);
bmx280_set_control_and_trigger(struct bmx280_sc *sc,
bmx280_wait_for_data(struct bmx280_sc *sc)
bmx280_read_data(struct bmx280_sc *sc,
struct bmx280_sc *sc;
void bmx280_attach(struct bmx280_sc *);
int bmx280_detach(struct bmx280_sc *, int);
struct bmx280_sc;
int (*acquire_bus)(struct bmx280_sc *);
void (*release_bus)(struct bmx280_sc *);
int (*read_reg)(struct bmx280_sc *, uint8_t, uint8_t *,
int (*write_reg)(struct bmx280_sc *, uint8_t *, size_t);
bmx280thpspi_write_reg(struct bmx280_sc *sc, uint8_t *buf, size_t slen)
bmx280thpspi_acquire_bus(struct bmx280_sc *sc __unused)
bmx280thpspi_release_bus(struct bmx280_sc *sc __unused)
struct bmx280_sc *sc = &ssc->sc_bmx280;
struct bmx280_sc sc_bmx280;
bmx280thpspi_read_reg(struct bmx280_sc *sc, uint8_t reg, uint8_t *buf,