Home
last modified time | relevance | path

Searched refs:int8_t (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/Zephyr-latest/samples/boards/bbc/microbit/pong/src/
Dpong.h7 void pong_ball_received(int8_t x_pos, int8_t y_pos, int8_t x_vel, int8_t y_vel);
12 void ble_send_ball(int8_t x_pos, int8_t y_pos, int8_t x_vel, int8_t y_vel);
/Zephyr-latest/drivers/sensor/bosch/bme680/
Dbme680.h175 int8_t par_h3;
176 int8_t par_h4;
177 int8_t par_h5;
179 int8_t par_h7;
180 int8_t par_gh1;
182 int8_t par_gh3;
185 int8_t par_t3;
188 int8_t par_p3;
191 int8_t par_p6;
192 int8_t par_p7;
[all …]
/Zephyr-latest/tests/lib/cmsis_nn/src/
Dmain.c39 const int8_t avgpooling_2_input[60] = {
45 const int8_t avgpooling_2_output_ref[60] = {
53 int8_t output[AVGPOOLING_2_DST_SIZE] = {0}; in ZTEST()
120 const int8_t conv_4_weights[54] = {
125 const int8_t conv_4_input[225] = {
147 const int8_t conv_4_output_ref[36] = {-5, -39, -31, 20, -37, -26, -109, -7, -10, -51, -58, 48,
153 int8_t output[CONV_4_DST_SIZE] = {0}; in ZTEST()
164 const int8_t *kernel_data = conv_4_weights; in ZTEST()
165 const int8_t *input_data = conv_4_input; in ZTEST()
260 const int8_t stride2pad1_weights[9] = {-54, 57, -19, -127, 87, 70, 74, -110, 66};
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf51.h80 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor()
82 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos4dBm) { in hal_radio_tx_power_floor()
86 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_0dBm) { in hal_radio_tx_power_floor()
90 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg4dBm) { in hal_radio_tx_power_floor()
94 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg8dBm) { in hal_radio_tx_power_floor()
98 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg12dBm) { in hal_radio_tx_power_floor()
102 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg16dBm) { in hal_radio_tx_power_floor()
106 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg20dBm) { in hal_radio_tx_power_floor()
Dradio_sim_nrf5340.h445 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor()
447 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_0dBm) { in hal_radio_tx_power_floor()
451 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg1dBm) { in hal_radio_tx_power_floor()
455 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg2dBm) { in hal_radio_tx_power_floor()
459 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg3dBm) { in hal_radio_tx_power_floor()
463 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg4dBm) { in hal_radio_tx_power_floor()
467 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg5dBm) { in hal_radio_tx_power_floor()
471 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg6dBm) { in hal_radio_tx_power_floor()
475 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg7dBm) { in hal_radio_tx_power_floor()
479 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg8dBm) { in hal_radio_tx_power_floor()
[all …]
Dradio_nrf5340.h465 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) 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_Neg1dBm) { in hal_radio_tx_power_floor()
475 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg2dBm) { in hal_radio_tx_power_floor()
479 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg3dBm) { in hal_radio_tx_power_floor()
483 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg4dBm) { in hal_radio_tx_power_floor()
487 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg5dBm) { in hal_radio_tx_power_floor()
491 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg6dBm) { in hal_radio_tx_power_floor()
495 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg7dBm) { in hal_radio_tx_power_floor()
499 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg8dBm) { in hal_radio_tx_power_floor()
[all …]
Dradio_sim_nrf52.h421 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor()
423 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos8dBm) { in hal_radio_tx_power_floor()
427 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos7dBm) { in hal_radio_tx_power_floor()
431 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos6dBm) { in hal_radio_tx_power_floor()
435 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos5dBm) { in hal_radio_tx_power_floor()
439 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos4dBm) { in hal_radio_tx_power_floor()
443 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos3dBm) { in hal_radio_tx_power_floor()
447 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos2dBm) { in hal_radio_tx_power_floor()
451 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_0dBm) { in hal_radio_tx_power_floor()
455 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg4dBm) { in hal_radio_tx_power_floor()
[all …]
Dradio_nrf52820.h446 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor()
448 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos8dBm) { in hal_radio_tx_power_floor()
452 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos7dBm) { in hal_radio_tx_power_floor()
456 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos6dBm) { in hal_radio_tx_power_floor()
460 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos5dBm) { in hal_radio_tx_power_floor()
464 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos4dBm) { in hal_radio_tx_power_floor()
468 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos3dBm) { in hal_radio_tx_power_floor()
472 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos2dBm) { in hal_radio_tx_power_floor()
476 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_0dBm) { in hal_radio_tx_power_floor()
480 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg4dBm) { in hal_radio_tx_power_floor()
[all …]
Dradio_nrf52833.h456 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor()
458 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos8dBm) { in hal_radio_tx_power_floor()
462 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos7dBm) { in hal_radio_tx_power_floor()
466 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos6dBm) { in hal_radio_tx_power_floor()
470 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos5dBm) { in hal_radio_tx_power_floor()
474 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos4dBm) { in hal_radio_tx_power_floor()
478 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos3dBm) { in hal_radio_tx_power_floor()
482 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos2dBm) { in hal_radio_tx_power_floor()
486 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_0dBm) { in hal_radio_tx_power_floor()
490 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg4dBm) { in hal_radio_tx_power_floor()
[all …]
Dradio_nrf52840.h470 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor()
472 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos8dBm) { in hal_radio_tx_power_floor()
476 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos7dBm) { in hal_radio_tx_power_floor()
480 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos6dBm) { in hal_radio_tx_power_floor()
484 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos5dBm) { in hal_radio_tx_power_floor()
488 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos4dBm) { in hal_radio_tx_power_floor()
492 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos3dBm) { in hal_radio_tx_power_floor()
496 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos2dBm) { in hal_radio_tx_power_floor()
500 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_0dBm) { in hal_radio_tx_power_floor()
504 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg4dBm) { in hal_radio_tx_power_floor()
[all …]
Dradio_nrf52805.h268 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor()
270 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos4dBm) { in hal_radio_tx_power_floor()
274 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos3dBm) { in hal_radio_tx_power_floor()
278 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_0dBm) { in hal_radio_tx_power_floor()
282 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg4dBm) { in hal_radio_tx_power_floor()
286 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg8dBm) { in hal_radio_tx_power_floor()
290 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg12dBm) { in hal_radio_tx_power_floor()
294 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg16dBm) { in hal_radio_tx_power_floor()
298 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg20dBm) { in hal_radio_tx_power_floor()
Dradio_nrf52810.h287 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor()
289 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos4dBm) { in hal_radio_tx_power_floor()
293 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos3dBm) { in hal_radio_tx_power_floor()
297 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_0dBm) { in hal_radio_tx_power_floor()
301 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg4dBm) { in hal_radio_tx_power_floor()
305 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg8dBm) { in hal_radio_tx_power_floor()
309 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg12dBm) { in hal_radio_tx_power_floor()
313 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg16dBm) { in hal_radio_tx_power_floor()
317 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg20dBm) { in hal_radio_tx_power_floor()
Dradio_nrf52832.h285 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor()
287 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos4dBm) { in hal_radio_tx_power_floor()
291 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Pos3dBm) { in hal_radio_tx_power_floor()
295 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_0dBm) { in hal_radio_tx_power_floor()
299 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg4dBm) { in hal_radio_tx_power_floor()
303 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg8dBm) { in hal_radio_tx_power_floor()
307 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg12dBm) { in hal_radio_tx_power_floor()
311 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg16dBm) { in hal_radio_tx_power_floor()
315 if (tx_power_lvl >= (int8_t)RADIO_TXPOWER_TXPOWER_Neg20dBm) { in hal_radio_tx_power_floor()
/Zephyr-latest/drivers/wifi/winc1500/
Dwifi_winc1500_nm_bus_wrapper.c40 static int8_t nm_i2c_write(uint8_t *b, uint16_t sz) in nm_i2c_write()
45 static int8_t nm_i2c_read(uint8_t *rb, uint16_t sz) in nm_i2c_read()
50 static int8_t nm_i2c_write_special(uint8_t *wb1, uint16_t sz1, in nm_i2c_write_special()
59 static int8_t spi_rw(uint8_t *mosi, uint8_t *miso, uint16_t size) in spi_rw()
88 int8_t nm_bus_init(void *pvinit) in nm_bus_init()
127 int8_t nm_bus_ioctl(uint8_t cmd, void *parameter) in nm_bus_ioctl()
172 int8_t nm_bus_deinit(void) in nm_bus_deinit()
177 int8_t nm_bus_reinit(void *config) in nm_bus_reinit()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Daics.h134 int8_t gain;
146 int8_t min_gain;
149 int8_t max_gain;
247 typedef void (*bt_aics_state_cb)(struct bt_aics *inst, int err, int8_t gain,
266 uint8_t units, int8_t minimum,
267 int8_t maximum);
510 int bt_aics_gain_set(struct bt_aics *inst, int8_t gain);
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/
Dbtp_aics.h23 void btp_send_aics_state_ev(struct bt_conn *conn, uint8_t att_status, int8_t gain, uint8_t mute,
26 int8_t minimum, int8_t maximum);
42 int8_t gain;
104 int8_t gain;
114 int8_t minimum;
115 int8_t maximum;
/Zephyr-latest/include/zephyr/drivers/
Demul_sensor.h31 const q31_t *value, int8_t shift);
34 q31_t *upper, q31_t *epsilon, int8_t *shift);
41 q31_t *increment, int8_t *shift);
73 int8_t shift) in emul_sensor_backend_set_channel()
106 q31_t *upper, q31_t *epsilon, int8_t *shift) in emul_sensor_backend_get_sample_range()
168 q31_t *increment, int8_t *shift) in emul_sensor_backend_get_attribute_metadata()
Dlora.h85 int8_t tx_power;
124 int16_t rssi, int8_t snr, void *user_data);
162 k_timeout_t timeout, int16_t *rssi, int8_t *snr);
181 int8_t tx_power, uint16_t duration);
270 k_timeout_t timeout, int16_t *rssi, int8_t *snr) in lora_recv()
315 int8_t tx_power, uint16_t duration) in lora_test_cw()
/Zephyr-latest/subsys/bluetooth/audio/
Dmedia_proxy_internal.h49 void (*playback_speed)(int8_t speed);
51 void (*seeking_speed)(int8_t speed);
97 int8_t media_proxy_sctrl_get_playback_speed(void);
98 void media_proxy_sctrl_set_playback_speed(int8_t speed);
100 int8_t media_proxy_sctrl_get_seeking_speed(void);
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_private.h64 int8_t log_msg_interval);
83 void gptp_update_pdelay_req_interval(int port, int8_t log_val);
92 void gptp_update_sync_interval(int port, int8_t log_val);
102 void gptp_update_announce_interval(int port, int8_t log_val);
/Zephyr-latest/drivers/sensor/bosch/bmp388/
Dbmp388.h157 int8_t t3;
160 int8_t p3;
161 int8_t p4;
164 int8_t p7;
165 int8_t p8;
167 int8_t p10;
168 int8_t p11;
/Zephyr-latest/subsys/net/lib/ptp/
Dds.h159 int8_t log_min_delay_req_interval;
164 int8_t log_announce_interval;
168 int8_t log_sync_interval;
172 int8_t log_min_pdelay_req_interval;
/Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/src/
Dmain.c47 static const int8_t txpower[DEVICE_BEACON_TXPOWER_NUM] = {4, 0, -3, -8,
52 static void read_conn_rssi(uint16_t handle, int8_t *rssi) in read_conn_rssi()
82 static void set_tx_power(uint8_t handle_type, uint16_t handle, int8_t tx_pwr_lvl) in set_tx_power()
114 static void get_tx_power(uint8_t handle_type, uint16_t handle, int8_t *tx_pwr_lvl) in get_tx_power()
149 int8_t txp; in connected()
232 int8_t txp_get = 0; in modulate_tx_power()
250 int8_t rssi = 0xFF; in modulate_tx_power()
251 int8_t txp_adaptive; in modulate_tx_power()
281 int8_t txp_get = 0xFF; in main()
/Zephyr-latest/drivers/sensor/bosch/bma4xx/
Dbma4xx_emul.h17 void bma4xx_emul_set_accel_data(const struct emul *target, q31_t value, int8_t shift, int8_t reg);
/Zephyr-latest/subsys/lorawan/services/
Dfrag_flash.h35 int8_t frag_flash_write(uint32_t addr, uint8_t *data, uint32_t size);
48 int8_t frag_flash_read(uint32_t addr, uint8_t *data, uint32_t size);

12345678910>>...16