Home
last modified time | relevance | path

Searched refs:p9 (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/boards/beagle/beaglebone_ai64/
Dbeaglebone_ai64_j721e_main_r5f0_0-pinctrl.dtsi22 /* 0x1e0 is the address of padconfig register of p9.17 and 2 is mux mode */
26 /* 0x1dc is the address of padconfig register of p9.18 and 2 is mux mode */
/Zephyr-latest/drivers/sensor/bosch/bmp388/
Dbmp388.c351 partial_data3 = partial_data2 + (65536 * cal->p9); in bmp388_compensate_press()
427 cal->p9 = (int16_t)sys_le16_to_cpu(cal->p9); in bmp388_get_calibration_data()
Dbmp388.h166 int16_t p9; member