Home
last modified time | relevance | path

Searched refs:int8_t (Results 26 – 50 of 384) sorted by relevance

12345678910>>...16

/Zephyr-latest/subsys/bluetooth/audio/
Daics_internal.h54 int8_t gain_setting;
93 int8_t gain;
101 int8_t minimum;
102 int8_t maximum;
151 int bt_aics_client_gain_set(struct bt_aics *inst, int8_t gain);
/Zephyr-latest/drivers/sensor/bosch/bmc150_magn/
Dbmc150_magn.h94 int8_t x1;
95 int8_t y1;
99 int8_t x2;
100 int8_t y2;
106 int8_t xy2;
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dll_tx_pwr.c47 uint16_t handle, uint8_t type, int8_t *tx_pwr_lvl) in ll_tx_pwr_lvl_get()
131 int8_t *const tx_pwr_lvl) in ll_tx_pwr_lvl_set()
210 void ll_tx_pwr_get(int8_t *min, int8_t *max) in ll_tx_pwr_get()
/Zephyr-latest/drivers/sensor/sensirion/sgp40/
Dsgp40.h47 int8_t rh_param[3];
48 int8_t t_param[3];
/Zephyr-latest/include/zephyr/sensing/
Dsensing_datatypes.h70 int8_t shift; /**< The shift value for the q31_t v[3] reading. */
119 int8_t shift; /**< The shift value for the q31_t v reading. */
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf52811.h457 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor()
459 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos4dBm) { in hal_radio_tx_power_floor()
463 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos3dBm) { in hal_radio_tx_power_floor()
467 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_0dBm) { in hal_radio_tx_power_floor()
471 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg4dBm) { in hal_radio_tx_power_floor()
475 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg8dBm) { in hal_radio_tx_power_floor()
479 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg12dBm) { in hal_radio_tx_power_floor()
483 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg16dBm) { in hal_radio_tx_power_floor()
487 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg20dBm) { in hal_radio_tx_power_floor()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_rf2xx.h91 int8_t tx_pwr_min[2];
92 int8_t tx_pwr_max[2];
121 int8_t trx_rssi_base;
Dieee802154_mcxw.h55 int8_t rssi;
100 int8_t max_ed;
102 int8_t tx_pwr_lvl;
Dieee802154_nrf5.h20 int8_t rssi; /* Last received frame RSSI value. */
101 int8_t txpwr;
/Zephyr-latest/drivers/sensor/bosch/bmm150/
Dbmm150.h141 int8_t x1;
142 int8_t y1;
146 int8_t x2;
147 int8_t y2;
153 int8_t xy2;
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_vs.h136 int8_t temps;
168 int8_t tx_power_level;
175 int8_t selected_tx_power;
188 int8_t tx_power_level;
267 int8_t rssi;
334 int8_t min_tx_power;
335 int8_t max_tx_power;
370 int8_t tx_power;
393 int8_t tx_power;
444 int8_t rssi;
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmedia_proxy.h557 void (*playback_speed_recv)(struct media_player *player, int err, int8_t speed);
570 void (*playback_speed_write)(struct media_player *player, int err, int8_t speed);
583 void (*seeking_speed_recv)(struct media_player *player, int err, int8_t speed);
996 int media_proxy_ctrl_set_playback_speed(struct media_player *player, int8_t speed);
1359 int8_t (*get_playback_speed)(void);
1377 void (*set_playback_speed)(int8_t speed);
1393 int8_t (*get_seeking_speed)(void);
1684 void media_proxy_pl_playback_speed_cb(int8_t speed);
1693 void media_proxy_pl_seeking_speed_cb(int8_t speed);
/Zephyr-latest/drivers/gnss/
Dgnss_parse.c23 int8_t decimal = -1; in gnss_parse_dec_to_nano()
24 int8_t pos = 0; in gnss_parse_dec_to_nano()
25 int8_t start = 0; in gnss_parse_dec_to_nano()
/Zephyr-latest/drivers/lora/
Dsx126x_stm32wl.c53 void sx126x_set_tx_params(int8_t power, RadioRampTimes_t ramp_time) in sx126x_set_tx_params()
58 const int8_t max_power = DT_INST_PROP(0, rfo_lp_max_power); in sx126x_set_tx_params()
87 const int8_t max_power = DT_INST_PROP(0, rfo_hp_max_power); in sx126x_set_tx_params()
Dsx12xx_common.h30 k_timeout_t timeout, int16_t *rssi, int8_t *snr);
38 int8_t tx_power,
/Zephyr-latest/modules/hal_nordic/nrf_802154/sl_opensource/platform/
Dnrf_802154_temperature_zephyr.c29 static int8_t value = DEFAULT_TEMPERATURE;
82 int8_t nrf_802154_temperature_get(void) in nrf_802154_temperature_get()
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/
Dble.c76 int8_t x_pos;
77 int8_t y_pos;
78 int8_t x_vel;
79 int8_t y_vel;
91 void ble_send_ball(int8_t x_pos, int8_t y_pos, int8_t x_vel, int8_t y_vel) in ble_send_ball()
365 static void device_found(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/
Dtester.c41 static void cb_expect_rpa(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in cb_expect_rpa()
83 static void cb_expect_id(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in cb_expect_id()
98 static void scan_cb(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, struct net_buf_simple *ad) in scan_cb()
/Zephyr-latest/tests/drivers/i2c/i2c_bme688/src/
Dsensor.h133 int8_t par_p3;
136 int8_t par_p6;
137 int8_t par_p7;
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_data_set.h425 int8_t ini_log_announce_itv;
428 int8_t cur_log_announce_itv;
434 int8_t ini_log_half_sync_itv;
437 int8_t cur_log_half_sync_itv;
443 int8_t ini_log_pdelay_req_itv;
446 int8_t cur_log_pdelay_req_itv;
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_emul.c128 int8_t *shift) in icm42688_emul_get_accel_settings()
133 int8_t shift_out; in icm42688_emul_get_accel_settings()
181 q31_t *epsilon, int8_t *shift) in icm42688_emul_get_accel_ranges()
199 int *sensitivity, int8_t *shift) in icm42688_emul_get_gyro_settings()
204 int8_t shift_out; in icm42688_emul_get_gyro_settings()
272 q31_t *epsilon, int8_t *shift) in icm42688_emul_get_gyro_ranges()
300 q31_t *upper, q31_t *epsilon, int8_t *shift) in icm42688_emul_backend_get_sample_range()
332 const q31_t *value, int8_t shift) in icm42688_emul_backend_set_channel()
/Zephyr-latest/drivers/sensor/st/iis328dq/
Diis328dq.h52 int8_t drdy_pad;
55 int8_t threshold_pad;
/Zephyr-latest/subsys/lorawan/services/
Dfrag_flash.c59 int8_t frag_flash_write(uint32_t addr, uint8_t *data, uint32_t size) in frag_flash_write()
61 int8_t err = 0; in frag_flash_write()
97 int8_t frag_flash_read(uint32_t addr, uint8_t *data, uint32_t size) in frag_flash_read()
/Zephyr-latest/subsys/net/lib/ptp/
Dtlv.h317 int8_t log_min_delay_req_interval;
321 int8_t log_announce_interval;
325 int8_t log_sync_interval;
329 int8_t log_min_pdelay_req_interval;
/Zephyr-latest/samples/bluetooth/hap_ha/src/
Dmicp_mic_dev.c34 static void micp_mic_dev_aics_state_cb(struct bt_aics *inst, int err, int8_t gain, uint8_t mute, in micp_mic_dev_aics_state_cb()
46 int8_t minimum, int8_t maximum) in micp_mic_dev_aics_gain_setting_cb()

12345678910>>...16