/nrf52832-nimble/rt-thread/components/drivers/sensors/ |
H A D | bmi055_sensor.h | 175 /**< 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 D | mpu6050_sensor.cpp | 137 …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 D | sensor.h | 175 * 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 D | mmcsd_card.h | 39 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 D | mmcsd_host.h | 21 rt_uint32_t clock; /* clock rate */
|
/nrf52832-nimble/ |
H A D | README.md | 59 当前工程提供一个 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 D | serial.h | 61 #define BR 115200 /* Baud Rate */ 62 #define BRD (MCK/16/BR) /* Baud Rate Divisor */
|
H A D | serial.c | 33 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 D | gatt_svr.c | 41 /* Service: Heart-rate */ 45 /* Characteristic: Heart-rate measurement */
|
H A D | blehr_sens.h | 30 /* Heart-rate configuration */
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blehr/ |
H A D | README.md | 1 # BLE Heart Rate peripheral app.
|
/nrf52832-nimble/rt-thread/examples/libc/ |
H A D | termios_test.c | 46 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 D | syscfg.yml | 82 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 D | syscfg.yml | 52 description: 'The baud rate of the HCI uart interface'
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_radio.h | 307 * @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 D | syscfg.yml | 70 "[191] RADIO: High packet error rate in BLE Long Range mode"
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/emspi/ |
H A D | syscfg.yml | 68 description: The SPI baud rate.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/prot/ |
H A D | autoip.h | 62 #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 D | autoip.h | 62 #define MAX_CONFLICTS 10 /* (max conflicts before rate limiting) */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 279 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 D | autoip.h | 71 #define MAX_CONFLICTS 10 /* (max conflicts before rate limiting) */
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bletest/src/ |
H A D | bletest.c | 751 /* 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 D | spi_wifi_rw009.h | 83 uint32_t max_data_rate; /* Maximum data rate in kilobits/s */
|
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/ |
H A D | btshell.h | 164 int btshell_tx_start(uint16_t handle, uint16_t len, uint16_t rate,
|
H A D | btshell.c | 1805 * 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()
|