Home
last modified time | relevance | path

Searched full:range (Results 1 – 25 of 194) sorted by relevance

12345678

/nrf52832-nimble/rt-thread/components/drivers/sensors/
H A Dbmi055_sensor.cpp136 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 Dmpu6050_sensor.cpp175 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 Drtc.c212 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 Dnrf_gpio.h122 * @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 Dutest_assert.h43 * @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 Dindex.rst13 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 Ddlelf.h134 #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 Ddef.c138 /* 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 DKconfig5 range 2 32
55 range 10 1000
83 range 1 16
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll_ctrl.h220 * -> 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 Ddef.c138 /* 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 Dmb_m.h131 * 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 Dmb.h148 * 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 Dcsi_simd.h34 \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 Dsyscfg.yml62 "[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 Dble_phy.c85 /* "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 DKconfig452 range 1 3
464 range 0 63
469 range 0 63
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gatt/src/
H A Dble_svc_gatt.c84 * @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 Dutils.py200 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 Dble_att.h174 * 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 Dvj.h57 * 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 Dvj.h61 * 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 Dvj.h54 * 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 Dkconfig.txt105 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 DKconfig57 range 1 65535

12345678