Home
last modified time | relevance | path

Searched full:high (Results 1 – 25 of 184) sorted by relevance

12345678

/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_simd.h71 … the signed saturation of the high halfword in val1, saturated to the bit position specified in
72 val2 and returned in the high halfword of the return value.
92 … the saturation of the high halfword in val1, saturated to the bit position specified in
93 val2 and returned in the high halfword of the return value.
398 … the saturated addition of the high halfwords, in the high halfword of the return value.\n
421 … the saturated addition of the high halfwords, in the high halfword of the return value.\n
443 the addition of the high halfwords in the high halfword of the return value.
464 the addition of the high halfwords in the high halfword of the return value.
486 … the halved addition of the high halfwords, in the high halfword of the return value.
507 … the halved addition of the high halfwords, in the high halfword of the return value.
[all …]
/nrf52832-nimble/rt-thread/components/vbus/
H A Dwatermark_queue.c17 unsigned int low, unsigned int high) in rt_wm_que_set_mark() argument
19 RT_ASSERT(low <= high); in rt_wm_que_set_mark()
21 wg->high_mark = high; in rt_wm_que_set_mark()
26 unsigned int low, unsigned int high) in rt_wm_que_init() argument
28 rt_wm_que_set_mark(wg, low, high); in rt_wm_que_init()
37 rt_kprintf("wg %p: low: %d, high: %d, cur: %d\n", in rt_wm_que_dump()
H A Dwatermark_queue.h23 unsigned int low, unsigned int high);
25 unsigned int low, unsigned int high);
35 * current level is above the high mark, the thread will be suspended up to
113 /* There should be spaces between the low mark and high mark, so it's in rt_wm_que_dec()
H A Dvbus_chnx.c187 if (cfg->low > cfg->high) in _control()
190 rt_vbus_set_recv_wm(vdev->chnr, cfg->low, cfg->high); in _control()
204 if (cfg->low > cfg->high) in _control()
207 rt_vbus_set_post_wm(vdev->chnr, cfg->low, cfg->high); in _control()
H A Dvbus.c148 void rt_vbus_set_post_wm(unsigned char chnr, unsigned int low, unsigned int high) in rt_vbus_set_post_wm() argument
151 rt_wm_que_set_mark(&_chn_wm_que[chnr], low, high); in rt_vbus_set_post_wm()
164 * tell me whether are we dropping from the high mark or not when reaching
169 void rt_vbus_set_recv_wm(unsigned char chnr, unsigned int low, unsigned int high) in rt_vbus_set_recv_wm() argument
173 _chn_recv_wm[chnr].high_mark = high; in rt_vbus_set_recv_wm()
176 void rt_vbus_set_recv_wm(unsigned char chnr, unsigned int low, unsigned int high) in rt_vbus_set_recv_wm() argument
178 void rt_vbus_set_post_wm(unsigned char chnr, unsigned int low, unsigned int high) in rt_vbus_set_post_wm() argument
741 rt_vbus_set_recv_wm(chnr, _sess[i].req->recv_wm.low, _sess[i].req->recv_wm.high); in _chn0_actor()
742 rt_vbus_set_post_wm(chnr, _sess[i].req->post_wm.low, _sess[i].req->post_wm.high); in _chn0_actor()
784 rt_vbus_set_recv_wm(chnr, _sess[i].req->recv_wm.low, _sess[i].req->recv_wm.high); in _chn0_actor()
[all …]
H A Dvbus.h54 unsigned int low, high; member
74 void rt_vbus_set_post_wm(unsigned char chnr, unsigned int low, unsigned int high);
76 void rt_vbus_set_recv_wm(unsigned char chnr, unsigned int low, unsigned int high);
/nrf52832-nimble/rt-thread/components/drivers/sensors/
H A Dbmi055_sensor.h19 #define BMI055_ACC_I2C_ADDR2 0x19 //SDO is high(VCC)
92 /**< Address of high-g Interrupt delay time Register */
94 /**< Address of high-g Interrupt threshold Register */
96 /**< Address of high-g Interrupt 5 Register */
102 /**< Address of high-g Interrupt 8 Register */
104 /**< Address of high-g Interrupt 9 Register */
159 // #define BMI055_I2C_ADDR2 0x69 //SDO is high(VCC)
161 #define BMI055_GYRO_I2C_ADDR2 0x69 //SDO is high(VCC)
235 /**< Address of High Th x Address register */
237 /**< Address of High Dur x Address register */
[all …]
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_gpiote.h56 bool hi_accuracy : 1; /**< True when high accuracy (IN_EVENT) is used. */
60 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect low-to-high transiti…
70 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect high-to-low transiti…
90 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect low-to-high transiti…
102 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect high-to-low transiti…
142 /**@brief Macro for configuring a pin to use the GPIO OUT TASK to change the state from high to low.
151 /**@brief Macro for configuring a pin to use the GPIO OUT TASK to change the state from low to high.
301 * - lower accuracy but low power (high frequency clock not needed)
302 * - higher accuracy (high frequency clock required)
305 * If high-accuracy mode is used, the driver attempts to allocate one
[all …]
H A Dnrfx_clock.h115 * @brief Function for starting the high-accuracy source HFCLK.
120 * @brief Function for stoping external high-accuracy source HFCLK.
139 …* @retval NRFX_ERROR_INVALID_STATE If the low-frequency of high-frequency clock is …
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_gpio.h102 NRF_GPIO_PIN_H0S1 = GPIO_PIN_CNF_DRIVE_H0S1, ///< !< High-drive '0', standard '1'.
103 NRF_GPIO_PIN_S0H1 = GPIO_PIN_CNF_DRIVE_S0H1, ///< !< Standard '0', high-drive '1'.
104 NRF_GPIO_PIN_H0H1 = GPIO_PIN_CNF_DRIVE_H0H1, ///< !< High drive '0', high-drive '1'.
106 NRF_GPIO_PIN_D0H1 = GPIO_PIN_CNF_DRIVE_D0H1, ///< !< Disconnect '0', high-drive '1'.
108 NRF_GPIO_PIN_H0D1 = GPIO_PIN_CNF_DRIVE_H0D1, ///< !< High-drive '0', disconnect '1'.
112 * @brief Enumerator used for selecting the pin to sense high or low level on the pin input.
118 NRF_GPIO_PIN_SENSE_HIGH = GPIO_PIN_CNF_SENSE_High, ///< Pin sense high level.
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).
221 * @param pull_config State of the pin pull resistor (no pull, pulled down, or pulled high).
[all …]
H A Dnrf_saadc.h192 …ffsetof(NRF_SAADC_Type, EVENTS_CH[0].LIMITH), ///< Last result is equal or above CH[0].LIMIT.HIGH.
194 …ffsetof(NRF_SAADC_Type, EVENTS_CH[1].LIMITH), ///< Last result is equal or above CH[1].LIMIT.HIGH.
196 …ffsetof(NRF_SAADC_Type, EVENTS_CH[2].LIMITH), ///< Last result is equal or above CH[2].LIMIT.HIGH.
198 …ffsetof(NRF_SAADC_Type, EVENTS_CH[3].LIMITH), ///< Last result is equal or above CH[3].LIMIT.HIGH.
200 …ffsetof(NRF_SAADC_Type, EVENTS_CH[4].LIMITH), ///< Last result is equal or above CH[4].LIMIT.HIGH.
202 …ffsetof(NRF_SAADC_Type, EVENTS_CH[5].LIMITH), ///< Last result is equal or above CH[5].LIMIT.HIGH.
204 …ffsetof(NRF_SAADC_Type, EVENTS_CH[6].LIMITH), ///< Last result is equal or above CH[6].LIMIT.HIGH.
206 …ffsetof(NRF_SAADC_Type, EVENTS_CH[7].LIMITH), ///< Last result is equal or above CH[7].LIMIT.HIGH.
366 * @param[in] limit_type Low limit or high limit.
376 * @param[in] limit_type Low limit or high limit.
[all …]
H A Dnrf_clock.h47 * This code can be used to managing low-frequency clock (LFCLK) and the high-frequency clock
111 * @brief High-frequency clock sources.
152 * The NRF_CLOCK_TASK_HFCLKSTOP task cannot be set when the high-frequency clock is not running.
310 * @brief Function for retrieving the active source of the high-frequency clock.
313 * source of the high-frequency clock.
315 * source of the high-frequency clock.
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/
H A Dsyscfg.yml38 to high state when radio is enabled using PPI channels
46 to high state on radio EVENTS_ADDRESS and back to low state
54 to high state on radio EVENTS_RXREADY and back to low
70 "[191] RADIO: High packet error rate in BLE Long Range mode"
/nrf52832-nimble/nordic/nrfx/mdk/
H A Dnrf51.svd1051 <description>High frequency clock status.</description>
6220 <description>Active high.</description>
7466 <description>Active high.</description>
7896 <description>Low to high.</description>
7901 <description>High to low.</description>
7922 <name>High</name>
7923 <description>Initial high output when in task mode.</description>
11870 <description>LED output is active high.</description>
15822 <name>High</name>
15823 <description>Pin driver is high.</description>
[all …]
H A Dnrf51_bitfields.h399 /* Description: High frequency clock status. */
580 #define GPIO_OUT_PIN31_High (1UL) /*!< Pin driver is high. */
586 #define GPIO_OUT_PIN30_High (1UL) /*!< Pin driver is high. */
592 #define GPIO_OUT_PIN29_High (1UL) /*!< Pin driver is high. */
598 #define GPIO_OUT_PIN28_High (1UL) /*!< Pin driver is high. */
604 #define GPIO_OUT_PIN27_High (1UL) /*!< Pin driver is high. */
610 #define GPIO_OUT_PIN26_High (1UL) /*!< Pin driver is high. */
616 #define GPIO_OUT_PIN25_High (1UL) /*!< Pin driver is high. */
622 #define GPIO_OUT_PIN24_High (1UL) /*!< Pin driver is high. */
628 #define GPIO_OUT_PIN23_High (1UL) /*!< Pin driver is high. */
[all …]
H A Dnrf52810.svd5389 <description>CTS is deactivated (set high). Not Clear To Send.</description>
9903 <description>Active high</description>
10627 <description>Active high</description>
10704 …Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is to set it high.</description>
11337 <name>High</name>
11338 … <description>Task mode: Initial value of pin before task triggering is high</description>
11502 … <description>Description cluster[n]: Last results is equal or above CH[n].LIMIT.HIGH</description>
13535 … <description>Description cluster[n]: High/low limits for event monitoring a channel</description>
13547 <name>HIGH</name>
13548 <description>High level limit</description>
[all …]
H A Dnrf9160_bitfields.h1375 …ollection: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is to set it high. */
1377 /* Bit 0 : Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is to set it high. */
1612 …TE_CONFIG_OUTINIT_High (1UL) /*!< Task mode: Initial value of pin before task triggering is high */
2691 #define GPIO_OUT_PIN31_High (1UL) /*!< Pin driver is high */
2697 #define GPIO_OUT_PIN30_High (1UL) /*!< Pin driver is high */
2703 #define GPIO_OUT_PIN29_High (1UL) /*!< Pin driver is high */
2709 #define GPIO_OUT_PIN28_High (1UL) /*!< Pin driver is high */
2715 #define GPIO_OUT_PIN27_High (1UL) /*!< Pin driver is high */
2721 #define GPIO_OUT_PIN26_High (1UL) /*!< Pin driver is high */
2727 #define GPIO_OUT_PIN25_High (1UL) /*!< Pin driver is high */
[all …]
H A Dnrf52810_bitfields.h1164 #define COMP_MODE_SP_High (2UL) /*!< High-speed mode */
1834 …ection[n]: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is to set it high. */
2000 …TE_CONFIG_OUTINIT_High (1UL) /*!< Task mode: Initial value of pin before task triggering is high */
2108 #define GPIO_OUT_PIN31_High (1UL) /*!< Pin driver is high */
2114 #define GPIO_OUT_PIN30_High (1UL) /*!< Pin driver is high */
2120 #define GPIO_OUT_PIN29_High (1UL) /*!< Pin driver is high */
2126 #define GPIO_OUT_PIN28_High (1UL) /*!< Pin driver is high */
2132 #define GPIO_OUT_PIN27_High (1UL) /*!< Pin driver is high */
2138 #define GPIO_OUT_PIN26_High (1UL) /*!< Pin driver is high */
2144 #define GPIO_OUT_PIN25_High (1UL) /*!< Pin driver is high */
[all …]
H A Dnrf9160.svd6125 <description>Active high</description>
7064 <description>Active high</description>
10570 <description>CTS is deactivated (set high). Not Clear To Send.</description>
10576 <description>CTS is deactivated (set high). Not Clear To Send.</description>
13007 …Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is to set it high.</description>
13013 …Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is to set it high.</description>
13845 <name>High</name>
13846 … <description>Task mode: Initial value of pin before task triggering is high</description>
14248 … <description>Description cluster: Last results is equal or above CH[n].LIMIT.HIGH</description>
14254 <description>Last results is equal or above CH[n].LIMIT.HIGH</description>
[all …]
H A Dnrf52.svd7076 <description>CTS is deactivated (set high). Not Clear To Send.</description>
8548 <description>CTS is deactivated (set high). Not Clear To Send.</description>
10105 <description>Active high</description>
10794 <description>Active high</description>
13164 <description>Active high</description>
15253 <description>Field level is too high at max load resistance</description>
15934 …Task for writing to pin specified in CONFIG[0].PSEL. Action on pin is to set it high.</description>
16539 <name>High</name>
16540 … <description>Task mode: Initial value of pin before task triggering is high</description>
16633 …<description>Description cluster[0]: Last results is equal or above CH[0].LIMIT.HIGH</description>
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/
H A Dble_hci_trans.h38 * o High-priority (BLE_HCI_TRANS_BUF_EVT_HI)
44 * High-priority event buffers are for everything except advertising reports.
45 * If there are no free high-priority event buffers, a request to allocate one
55 * Not all transports distinguish between low and high priority events. If the
56 * transport does not have separate settings for low and high buffer counts,
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/rpc/
H A Drpc_prot.c101 return (xdr_u_long(xdrs, &(ar->ar_vers.high))); in xdr_accepted_reply()
120 return (xdr_u_long(xdrs, &(rr->rj_vers.high))); in xdr_rejected_reply()
255 error->re_vers.high = msg->rjcted_rply.rj_vers.high; in _seterr_reply()
264 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dsockets.h186 * networks offer service precedence, which somehow treats high
188 * by accepting only traffic above a certain precedence at time of high
190 * high-reliability, and high-throughput.
232 * word. The high 2 bits of the upper word are used
260 #define SIOCSHIWAT _IOW('s', 0, unsigned long) /* set high watermark */
261 #define SIOCGHIWAT _IOR('s', 1, unsigned long) /* get high watermark */
/nrf52832-nimble/rt-thread/components/drivers/i2c/
H A Di2c-bit-ops.c39 * release scl line, and wait scl line to high.
60 bit_dbg("wait %ld tick for SCL line to go high\n", in SCL_H()
146 "wait scl pin high timeout at bit %d\n", in i2c_writeb()
172 bit_dbg("i2c_readb: wait scl pin high " in i2c_readb()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dsockets.h303 * networks offer service precedence, which somehow treats high
305 * by accepting only traffic above a certain precedence at time of high
307 * high-reliability, and high-throughput.
349 * word. The high 2 bits of the upper word are used
377 #define SIOCSHIWAT _IOW('s', 0, unsigned long) /* set high watermark */
378 #define SIOCGHIWAT _IOR('s', 1, unsigned long) /* get high watermark */

12345678