/nrf52832-nimble/rt-thread/components/drivers/sensors/ |
H A D | bmi055_sensor.cpp | 136 write_reg(BMI055_PMU_RANGE, 0x05); /* 0101b 卤4g range PMU_RANGE set acc +-4g/s P54 */ in BMI055_Accelerometer() 170 int range; in configure() local 177 /* get range and calc the sensitivity */ in configure() 178 range = config->range.accel_range; in configure() 179 switch (range) in configure() 183 range = 0x03; //0011b in configure() 187 range = 0x05; //0101b in configure() 191 range = 0x01 << 3; //1000b in configure() 195 range = 0x03 << 2; //1100b in configure() 201 /* set range to sensor */ in configure() [all …]
|
H A D | mpu6050_sensor.cpp | 175 int range; in configure() local 182 /* get range and calc the sensitivity */ in configure() 183 range = config->range.accel_range; in configure() 184 switch (range) in configure() 188 range = 0; in configure() 192 range = 0x01 << 2; in configure() 196 range = 0x02 << 2; in configure() 200 range = 0x03 << 2; in configure() 206 /* set range to sensor */ in configure() 209 value |= range; in configure() [all …]
|
/nrf52832-nimble/rt-thread/components/drivers/rtc/ |
H A D | rtc.c | 212 rt_kprintf("year is out of range [2000-2099]\n"); in date() 217 rt_kprintf("month is out of range [1-12]\n"); in date() 222 rt_kprintf("day is out of range [1-31]\n"); in date() 227 rt_kprintf("hour is out of range [0-23]\n"); in date() 232 rt_kprintf("minute is out of range [0-59]\n"); in date() 237 rt_kprintf("second is out of range [0-59]\n"); in date()
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_gpio.h | 122 * @brief Function for configuring the GPIO pin range as output pins with normal drive strength. 123 …* This function can be used to configure pin range as simple output with gate driving GPIO_… 125 …* @param pin_range_start Specifies the start number (inclusive) in the range of pin numbers to be … 127 …* @param pin_range_end Specifies the end number (inclusive) in the range of pin numbers to be conf… 135 …* @brief Function for configuring the GPIO pin range as input pins with given initial value set, h… 136 * This function can be used to configure pin range as simple input. 138 …* @param pin_range_start Specifies the start number (inclusive) in the range of pin numbers to be … 140 …* @param pin_range_end Specifies the end number (inclusive) in the range of pin numbers to be conf… 142 * @param pull_config State of the pin range pull resistor (no pull, pulled down, or pulled high). 186 * @param pull_config State of the pin range pull resistor (no pull, pulled down, or pulled high). [all …]
|
/nrf52832-nimble/rt-thread/components/utilities/utest/ |
H A D | utest_assert.h | 43 * @macro uassert_in_range if @value is in range of min and max, not assert, means passing. 44 * @macro uassert_not_in_range if @value is not in range of min and max, not assert, means passing. 61 … __utest_assert(((value >= min) && (value <= max)), "(" #value ") not in range("#min","#max")") 62 …n, max) __utest_assert(!((value >= min) && (value <= max)), "(" #value ") in range("#min","#max")")
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | index.rst | 13 output and a typical maximum range of 50 meters. With Bluetooth 5 14 specification range can be increased 4 times and speed 2 time. 40 - Coded PHY for LE Long Range 58 Bluetooth Mesh is a great addition to and opens a wide range of new
|
/nrf52832-nimble/rt-thread/components/libc/libdl/ |
H A D | dlelf.h | 134 #define STB_LOPROC 13 /* processor specific range */ 144 #define STT_NUM 7 /* # defined types in generic range */ 145 #define STT_LOOS 10 /* OS specific range */ 147 #define STT_LOPROC 13 /* processor specific range */ 256 #define SHT_LOPROC 0x70000000 /* reserved range for processor */ 258 #define SHT_LOUSER 0x80000000 /* reserved range for application */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | def.c | 138 /* characters are not equal an one is in the alphabet range: in lwip_stricmp() 147 /* characters are not equal but none is in the alphabet range */ in lwip_stricmp() 173 /* characters are not equal an one is in the alphabet range: in lwip_strnicmp() 182 /* characters are not equal but none is in the alphabet range */ in lwip_strnicmp()
|
/nrf52832-nimble/rt-thread/src/ |
H A D | Kconfig | 5 range 2 32 55 range 10 1000 83 range 1 16
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_ll_ctrl.h | 220 * -> max_rx_bytes (2 bytes): defines connMaxRxOctets. Range 27 to 251 221 * -> max_rx_time (2 bytes): defines connMaxRxTime. Range 328 to 2120 usecs. 222 * -> max_tx_bytes (2 bytes): defines connMaxTxOctets. Range 27 to 251 223 * -> max_tx_time (2 bytes): defines connMaxTxTime. Range 328 to 2120 usecs.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | def.c | 138 /* characters are not equal an one is in the alphabet range: in lwip_stricmp() 147 /* characters are not equal but none is in the alphabet range */ in lwip_stricmp() 173 /* characters are not equal an one is in the alphabet range: in lwip_strnicmp() 182 /* characters are not equal but none is in the alphabet range */ in lwip_strnicmp()
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/ |
H A D | mb_m.h | 131 * slave addresses are in the range 1 - 247. 199 * be registers. Valid function codes are in the range 1 to 127. 240 * are in the range 1 - 65535. 247 * within the requested address range. In this case a 276 * within the requested address range. In this case a 305 * within the requested address range. In this case a 328 * within the requested address range. In this case a
|
H A D | mb.h | 148 * slave addresses are in the range 1 - 247. 165 * slave addresses are in the range 1 - 247. 255 * be registers. Valid function codes are in the range 1 to 127. 296 * are in the range 1 - 65535. 303 * for registers within this range. In this case a 338 * for registers within this range. In this case a 373 * within the requested address range. In this case a
|
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/ |
H A D | csi_simd.h | 34 \param [in] val3 value for left-shifting val2. Value range [0..31]. 52 \param [in] val3 value for right-shifting val2. Value range [1..32]. 67 …\param [in] y bit position for saturation, an integral constant expression in the range 1 to … 86 …etails This function enables you to saturate two signed 16-bit values to a selected unsigned range. 88 …\param [in] y bit position for saturation, an integral constant expression in the range 1 to … 108 saturating the results to the 8-bit signed integer range -2^7 <= x <= 2^7 - 1. 115 … The returned results are saturated to the 8-bit signed integer range -2^7 <= x <= 2^7 - 1. 137 saturating the results to the 8-bit unsigned integer range 0 < x < 2^8 - 1. 144 … The returned results are saturated to the 8-bit signed integer range 0 <= x <= 2^8 - 1. 220 saturating the results to the 8-bit signed integer range -2^7 <= x <= 2^7 - 1. [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/ |
H A D | syscfg.yml | 62 "[164] RADIO: Low selectivity in long range mode" 70 "[191] RADIO: High packet error rate in BLE Long Range mode"
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/native/src/ |
H A D | ble_phy.c | 85 /* "Rail" power level if outside supported range */ 465 /* Check valid range */ in ble_phy_txpwr_set() 468 /* "Rail" power level if outside supported range */ in ble_phy_txpwr_set() 493 /* "Rail" power level if outside supported range */ in ble_phy_txpower_round() 537 /* Check for valid channel range */ in ble_phy_setchan()
|
/nrf52832-nimble/rt-thread/components/drivers/ |
H A D | Kconfig | 452 range 1 3 464 range 0 63 469 range 0 63
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gatt/src/ |
H A D | ble_svc_gatt.c | 84 * @param start_handle The start of the affected handle range. 85 * @param end_handle The end of the affected handle range.
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | utils.py | 200 for i in range(len(FILES)): 214 for i in range(len(CPPPATH)): 257 for i in range(f):
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_att.h | 174 * The specified MTU must be within the following range: [23, BLE_ATT_MTU_MAX]. 182 * within the allowed range.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | vj.h | 57 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the 58 * range 256 - 65535 or 0. (If the change in sequence number or
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | vj.h | 61 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the 62 * range 256 - 65535 or 0. (If the change in sequence number or
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | vj.h | 54 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the 55 * range 256 - 65535 or 0. (If the change in sequence number or
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/ |
H A D | kconfig.txt | 105 where N, M and L are integers (in base 10) in the range [0,100], and so 107 [1] N+M is in the range [0,100] 108 [2] M+L is in the range [0,100]
|
/nrf52832-nimble/rt-thread/components/net/at/ |
H A D | Kconfig | 57 range 1 65535
|