| /components/vbus/ |
| A D | watermark_queue.c | 17 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()
|
| A D | vbus.h | 54 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);
|
| A D | vbus_chnx.c | 187 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()
|
| A D | watermark_queue.h | 23 unsigned int low, unsigned int high); 25 unsigned int low, unsigned int high);
|
| A D | vbus.c | 121 void rt_vbus_set_post_wm(unsigned char chnr, unsigned int low, unsigned int high) in rt_vbus_set_post_wm() argument 124 rt_wm_que_set_mark(&_chn_wm_que[chnr], low, high); in rt_vbus_set_post_wm() 142 void rt_vbus_set_recv_wm(unsigned char chnr, unsigned int low, unsigned int high) in rt_vbus_set_recv_wm() argument 146 _chn_recv_wm[chnr].high_mark = high; in rt_vbus_set_recv_wm() 149 void rt_vbus_set_recv_wm(unsigned char chnr, unsigned int low, unsigned int high) in rt_vbus_set_recv_wm() argument 151 void rt_vbus_set_post_wm(unsigned char chnr, unsigned int low, unsigned int high) in rt_vbus_set_post_wm() argument 712 rt_vbus_set_recv_wm(chnr, _sess[i].req->recv_wm.low, _sess[i].req->recv_wm.high); in _chn0_actor() 713 rt_vbus_set_post_wm(chnr, _sess[i].req->post_wm.low, _sess[i].req->post_wm.high); in _chn0_actor() 755 rt_vbus_set_recv_wm(chnr, _sess[i].req->recv_wm.low, _sess[i].req->recv_wm.high); in _chn0_actor() 756 rt_vbus_set_post_wm(chnr, _sess[i].req->post_wm.low, _sess[i].req->post_wm.high); in _chn0_actor()
|
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | rpc_prot.c | 101 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()
|
| A D | rpc_msg.h | 101 unsigned long high; member 121 unsigned long high; member
|
| A D | auth.h | 36 uint32_t high; member
|
| A D | clnt.h | 117 unsigned long high; /* highest verion supported */ member
|
| /components/drivers/cputime/ |
| A D | Kconfig | 2 bool "Enable CPU time for high resolution clock counter" 10 Then user can use high resolution clock counter with:
|
| /components/drivers/thermal/ |
| A D | thermal.c | 633 int low = -INT_MAX, high = INT_MAX; in rt_thermal_zone_device_update() local 652 if (trip.temperature > zdev->temperature && trip.temperature < high) in rt_thermal_zone_device_update() 654 high = trip.temperature; in rt_thermal_zone_device_update() 660 if (zdev->prev_low_trip == low && zdev->prev_high_trip == high) in rt_thermal_zone_device_update() 672 zdev->prev_high_trip = high; in rt_thermal_zone_device_update() 674 if ((err = zdev->ops->set_trips(zdev, low, high))) in rt_thermal_zone_device_update()
|
| /components/net/lwip/lwip-1.4.1/src/ |
| A D | FILES | 1 api/ - The code for the high-level wrapper API. Not needed if
|
| /components/net/lwip/lwip-2.0.3/src/ |
| A D | FILES | 1 api/ - The code for the high-level wrapper API. Not needed if
|
| /components/net/lwip/lwip-2.1.2/src/ |
| A D | FILES | 1 api/ - The code for the high-level wrapper API. Not needed if
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/polarssl/ |
| A D | md4.c | 247 unsigned long high, low; in md4_finish() local 250 high = ( ctx->total[0] >> 29 ) in md4_finish() 255 PUT_ULONG_LE( high, msglen, 4 ); in md4_finish()
|
| A D | md5.c | 266 unsigned long high, low; in md5_finish() local 269 high = ( ctx->total[0] >> 29 ) in md5_finish() 274 PUT_ULONG_LE( high, msglen, 4 ); in md5_finish()
|
| A D | sha1.c | 300 unsigned long high, low; in sha1_finish() local 303 high = ( ctx->total[0] >> 29 ) in sha1_finish() 307 PUT_ULONG_BE( high, msglen, 0 ); in sha1_finish()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/polarssl/ |
| A D | md4.c | 247 unsigned long high, low; in md4_finish() local 250 high = ( ctx->total[0] >> 29 ) in md4_finish() 255 PUT_ULONG_LE( high, msglen, 4 ); in md4_finish()
|
| A D | md5.c | 266 unsigned long high, low; in md5_finish() local 269 high = ( ctx->total[0] >> 29 ) in md5_finish() 274 PUT_ULONG_LE( high, msglen, 4 ); in md5_finish()
|
| A D | sha1.c | 300 unsigned long high, low; in sha1_finish() local 303 high = ( ctx->total[0] >> 29 ) in sha1_finish() 307 PUT_ULONG_BE( high, msglen, 0 ); in sha1_finish()
|
| /components/drivers/usb/cherryusb/ |
| A D | README.md | 11 CherryUSB is a tiny and beautiful, high performance and portable USB host and device stack for embe… 63 - Support USB2.0 full and high speed(USB3.0 super speed TODO) 101 - Support low speed, full speed, high speed and super speed devices
|
| A D | README_zh.md | 103 - 支持 low speed,full speed,high speed 和 super speed 设备
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | rawapi.txt | 484 wake a high priority task that services your driver using a binary 490 high values to the memory options.
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | rawapi.txt | 472 wake a high priority task that services your driver using a binary 478 high values to the memory options.
|