Home
last modified time | relevance | path

Searched full:rate (Results 1 – 25 of 70) sorted by relevance

123

/nrf52832-nimble/rt-thread/components/drivers/sensors/
H A Dbmi055_sensor.h175 /**< Address of X axis Rate LSB Register */
177 /**< Address of X axis Rate MSB Register */
179 /**< Address of Y axis Rate LSB Register */
181 /**< Address of Y axis Rate MSB Register */
183 /**< Address of Z axis Rate LSB Register */
185 /**< Address of Z axis Rate MSB Register */
211 /**< Address of Rate HIGH_BW Register */
H A Dmpu6050_sensor.cpp137 …write_reg(MPU6050_SMPLRT_DIV, 0x00); /* Sample Rate = Gyroscope Output Rate / (1 + SMPLRT_DIV)… in MPU6050_Accelerometer()
302 …write_reg(MPU6050_SMPLRT_DIV, 0x00); /* Sample Rate = Gyroscope Output Rate / (1 + SMPLRT_DIV)… in MPU6050_Gyroscope()
H A Dsensor.h175 * continuous: events are reported at a constant rate defined by setDelay().
234 * rate defined by setDelay().
273 * rate defined by setDelay().
286 * rate defined by setDelay().
323 * All values are in radians/second and measure the rate of rotation
537 * All values are in radians/second and measure the rate of rotation
543 * to the rate of rotation (angular speeds).
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dmmcsd_card.h39 rt_uint8_t tran_speed; /* max data transfer rate */
141 rt_uint32_t max_data_rate; /* max data transfer rate */
158 rt_uint32_t hs_max_data_rate; /* max data transfer rate in high speed mode */
H A Dmmcsd_host.h21 rt_uint32_t clock; /* clock rate */
/nrf52832-nimble/
H A DREADME.md59 当前工程提供一个 Heart rate 示例。系统正常运行后,在 Finsh 命令行 输入 `` ble_hr ``,执行该 Demo。如下:
68 此时手机打开 `nRF Master Control Panel` APP,能够扫描到名为 `rtt_blehr_sensor` 的设备,连接之后,模拟的 Heart rate 示例开始运行。现象如…
/nrf52832-nimble/rt-thread/libcpu/arm/AT91SAM7S/
H A Dserial.h61 #define BR 115200 /* Baud Rate */
62 #define BRD (MCK/16/BR) /* Baud Rate Divisor */
H A Dserial.c33 REG32 US_BRGR; // Baud Rate Generator Register
164 /* set baud rate divisor */ in rt_serial_init()
/nrf52832-nimble/packages/NimBLE-latest/apps/blehr/src/
H A Dgatt_svr.c41 /* Service: Heart-rate */
45 /* Characteristic: Heart-rate measurement */
H A Dblehr_sens.h30 /* Heart-rate configuration */
/nrf52832-nimble/packages/NimBLE-latest/apps/blehr/
H A DREADME.md1 # BLE Heart Rate peripheral app.
/nrf52832-nimble/rt-thread/examples/libc/
H A Dtermios_test.c46 rt_kprintf("%d baud rate\n",baud_rate);\ in _check_baud_rate()
108 *Set baud rate. e.g B115200 is 115200 bauds. in config_comm()
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml82 Determines the maximum rate at which the controller will send the
83 number of completed packets event to the host. Rate is in os time
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/uart/
H A Dsyscfg.yml52 description: 'The baud rate of the HCI uart interface'
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_radio.h307 * @brief Types of RADIO modes (data rate and modulation).
528 * @brief Function for getting status on what rate packet is received with in Long Range.
579 * @brief Function for setting the radio data rate and modulation settings.
581 * @param[in] radio_mode Radio data rate and modulation.
586 * @brief Function for getting Radio data rate and modulation settings.
588 * @return Radio data rate and modulation.
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/
H A Dsyscfg.yml70 "[191] RADIO: High packet error rate in BLE Long Range mode"
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/emspi/
H A Dsyscfg.yml68 description: The SPI baud rate.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/prot/
H A Dautoip.h62 #define MAX_CONFLICTS 10 /* (max conflicts before rate limiting) */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/prot/
H A Dautoip.h62 #define MAX_CONFLICTS 10 /* (max conflicts before rate limiting) */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml279 The rate to periodically resume GATT procedures that have stalled
370 The rate that new random addresses should be generated (seconds).
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/ipv4/lwip/
H A Dautoip.h71 #define MAX_CONFLICTS 10 /* (max conflicts before rate limiting) */
/nrf52832-nimble/packages/NimBLE-latest/apps/bletest/src/
H A Dbletest.c751 /* Set LED to slower blink rate */ in bletest_execute_initiator()
920 /* Set LED to slower blink rate */ in bletest_execute_advertiser()
1054 /* Toggle LED at set rate */ in bletest_execute()
1097 /* Set LED blink rate */ in bletest_task_handler()
/nrf52832-nimble/rt-thread/components/drivers/spi/
H A Dspi_wifi_rw009.h83 uint32_t max_data_rate; /* Maximum data rate in kilobits/s */
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/
H A Dbtshell.h164 int btshell_tx_start(uint16_t handle, uint16_t len, uint16_t rate,
H A Dbtshell.c1805 * Called to start transmitting 'num' packets at rate 'rate' of size 'size'
1810 * @param rate
1816 btshell_tx_start(uint16_t handle, uint16_t len, uint16_t rate, uint16_t num) in btshell_tx_start() argument
1834 btshell_tx_data.tx_rate = rate; in btshell_tx_start()

123