Home
last modified time | relevance | path

Searched refs:fxos8700_accelmagdata_t (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/docs/issdk/ISSDK API Reference Manual/
Da02749.map1 <map id="fxos8700_accelmagdata_t" name="fxos8700_accelmagdata_t">
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/driverexamples/fxos8700/
Dfxos8700_freemaster_demo.c218 fxos8700_accelmagdata_t rawData;
286 void accel_off_noise(fxos8700_accelmagdata_t* rawData,fxos8700_offset_noise_t *offnoiseptr, float s…
293 void mag_off_noise(fxos8700_accelmagdata_t* rawData,fxos8700_offset_noise_t *offnoiseptr);
311 FMSTR_TSA_STRUCT(fxos8700_accelmagdata_t) in FMSTR_TSA_STRUCT() argument
312 FMSTR_TSA_MEMBER(fxos8700_accelmagdata_t, mag, FMSTR_TSA_SINT16) in FMSTR_TSA_STRUCT()
349 FMSTR_TSA_RO_VAR(rawData, FMSTR_TSA_USERTYPE(fxos8700_accelmagdata_t)) in FMSTR_TSA_STRUCT()
819 void accel_off_noise(fxos8700_accelmagdata_t* rawData,fxos8700_offset_noise_t *offnoiseptr, float s… in accel_off_noise()
903 void mag_off_noise(fxos8700_accelmagdata_t* rawData,fxos8700_offset_noise_t *offnoiseptr) in mag_off_noise()
Dfxos8700_poll_spi.c72 fxos8700_accelmagdata_t rawData; in main()
Dfxos8700_interrupt.c98 fxos8700_accelmagdata_t rawData; in main()
Dfxos8700_poll.c70 fxos8700_accelmagdata_t rawData; in main()
Dfxos8700_fifo.c69 fxos8700_accelmagdata_t rawData; in main()
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/sensors/
Dfxos8700_drv.h58 } fxos8700_accelmagdata_t; typedef
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/driverexamples/demos/
Ddata_logger_demo.c236 fxos8700_accelmagdata_t rawData_fxos8700; in main()