Home
last modified time | relevance | path

Searched full:into (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/nrf52832-nimble/nordic/nrfx/mdk/
H A Dnrf51_to_nrf52840.h39 …* It redefines the old nRF51 names into the new ones as long as the functionality is still support…
88 /* The registers PSELA, PSELB and PSELLED were restructured into a struct. */
95 /* The registers PSELSCK, PSELMISO, PSELMOSI, PSELCSN were restructured into a struct. */
101 /* The registers RXDPTR, MAXRX, AMOUNTRX were restructured into a struct */
112 /* The registers TXDPTR, MAXTX, AMOUNTTX were restructured into a struct */
125 /* The registers PSELRTS, PSELTXD, PSELCTS, PSELRXD were restructured into a struct. */
132 /* The registers PSELSCL, PSELSDA were restructured into a struct. */
170 /* The registers FICR.DEVICEID0 and FICR.DEVICEID1 were renamed into an array. */
174 /* The registers FICR.ER0, FICR.ER1, FICR.ER2 and FICR.ER3 were renamed into an array. */
180 /* The registers FICR.IR0, FICR.IR1, FICR.IR2 and FICR.IR3 were renamed into an array. */
[all …]
H A Dnrf51_deprecated.h57 /* The field MPU.PERR0.LPCOMP_COMP was renamed. Added into deprecated in case somebody was using th…
65 /* The field POWER.RAMON.OFFRAM3 was eliminated. Added into deprecated in case somebody was using t…
70 /* The field POWER.RAMON.OFFRAM2 was eliminated. Added into deprecated in case somebody was using t…
75 /* The field POWER.RAMON.ONRAM3 was eliminated. Added into deprecated in case somebody was using th…
80 /* The field POWER.RAMON.ONRAM2 was eliminated. Added into deprecated in case somebody was using th…
88 /* The enumerated value RADIO.TXPOWER.TXPOWER.Neg40dBm was renamed. Added into deprecated with the …
108 …LOCK0, FICR.SIZERAMBLOCK1, FICR.SIZERAMBLOCK2 and FICR.SIZERAMBLOCK3 were renamed into an array. */
113 /* The registers FICR.DEVICEID0 and FICR.DEVICEID1 were renamed into an array. */
116 /* The registers FICR.ER0, FICR.ER1, FICR.ER2 and FICR.ER3 were renamed into an array. */
121 /* The registers FICR.IR0, FICR.IR1, FICR.IR2 and FICR.IR3 were renamed into an array. */
[all …]
H A Dnrf51_to_nrf52810.h39 …* It redefines the old nRF51 names into the new ones as long as the functionality is still support…
72 /* The registers PSELA, PSELB and PSELLED were restructured into a struct. */
79 /* The registers PSELSCK, PSELMISO, PSELMOSI, PSELCSN were restructured into a struct. */
85 /* The registers RXDPTR, MAXRX, AMOUNTRX were restructured into a struct */
96 /* The registers TXDPTR, MAXTX, AMOUNTTX were restructured into a struct */
124 /* The registers FICR.DEVICEID0 and FICR.DEVICEID1 were renamed into an array. */
128 /* The registers FICR.ER0, FICR.ER1, FICR.ER2 and FICR.ER3 were renamed into an array. */
134 /* The registers FICR.IR0, FICR.IR1, FICR.IR2 and FICR.IR3 were renamed into an array. */
140 /* The registers FICR.DEVICEADDR0 and FICR.DEVICEADDR1 were renamed into an array. */
146 /* The tasks PPI.TASKS_CHGxEN and PPI.TASKS_CHGxDIS were renamed into an array of structs. */
[all …]
H A Dnrf51_to_nrf52.h39 …* It redefines the old nRF51 names into the new ones as long as the functionality is still support…
88 /* The registers PSELA, PSELB and PSELLED were restructured into a struct. */
95 /* The registers PSELSCK, PSELMISO, PSELMOSI, PSELCSN were restructured into a struct. */
101 /* The registers RXDPTR, MAXRX, AMOUNTRX were restructured into a struct */
112 /* The registers TXDPTR, MAXTX, AMOUNTTX were restructured into a struct */
555 /* The registers FICR.DEVICEID0 and FICR.DEVICEID1 were renamed into an array. */
559 /* The registers FICR.ER0, FICR.ER1, FICR.ER2 and FICR.ER3 were renamed into an array. */
565 /* The registers FICR.IR0, FICR.IR1, FICR.IR2 and FICR.IR3 were renamed into an array. */
571 /* The registers FICR.DEVICEADDR0 and FICR.DEVICEADDR1 were renamed into an array. */
577 /* The tasks PPI.TASKS_CHGxEN and PPI.TASKS_CHGxDIS were renamed into an array of structs. */
[all …]
H A Dnrf52_to_nrf52840.h39 …* It redefines the old nRF51 or nRF52832 names into the new ones as long as the functionality is s…
46 /* The registers PSELRTS, PSELTXD, PSELCTS, PSELRXD were restructured into a struct. */
53 /* The registers PSELSCL, PSELSDA were restructured into a struct. */
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/snmp/
H A Dasn1_enc.c173 * Encodes ASN type field into a pbuf chained ASN1 msg.
175 * @param p points to output pbuf to encode value into
205 * Encodes host order length field into a pbuf chained ASN1 msg.
207 * @param p points to output pbuf to encode length into
297 * Encodes u32_t (counter, gauge, timeticks) into a pbuf chained ASN1 msg.
299 * @param p points to output pbuf to encode value into
373 * Encodes s32_t integer into a pbuf chained ASN1 msg.
375 * @param p points to output pbuf to encode value into
429 * Encodes object identifier into a pbuf chained ASN1 msg.
431 * @param p points to output pbuf to encode oid into
[all …]
/nrf52832-nimble/rt-thread/components/drivers/src/
H A Dringbuffer.c47 * put a block of data into ring buffer
85 /* we are going into the other side of the mirror */ in rt_ringbuffer_put()
94 * put a block of data into ring buffer
135 /* we are going into the other side of the mirror */ in rt_ringbuffer_put_force()
188 /* we are going into the other side of the mirror */ in rt_ringbuffer_get()
197 * put a character into ring buffer
225 * put a character into ring buffer
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/polarssl/
H A DREADME1 About PolarSSL files into lwIP PPP support
13 library into lwIP.
16 libraries into your arch/cc.h port file.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/polarssl/
H A DREADME1 About PolarSSL files into lwIP PPP support
13 library into lwIP.
16 libraries into your arch/cc.h port file.
/nrf52832-nimble/rt-thread/documentation/
H A Droadmap-2.1.0.md3 …le (such as no license conflict), there is no reason that not to put them into the upstream of RT-…
9 …roblem, since we chose the open source system, then he/she must also take into account the open so…
11 …MIPS32/64, or even x86, these SoC will be certainly and gradually evolved into the RT-Thread targe…
13 From my side of the energy can put into it, I should be focusing my working on the building up the …
18 - Improve the NAT function, turns ART-wifi board into a Wi-Fi repeater (routing).
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/functions/
H A Dmbutils.c66 /* Move bit field into position over bits to set */ in xMBUtilSetBits()
73 /* copy bits into temporary storage. */ in xMBUtilSetBits()
77 /* Zero out bit field bits and then or value bits into them. */ in xMBUtilSetBits()
80 /* move bits back into storage */ in xMBUtilSetBits()
103 /* copy bits into temporary storage. */ in xMBUtilGetBits()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/
H A Dsnmp_asn1.c50 * Encodes a TLV into a pbuf stream.
125 * Encodes raw data (octet string, opaque) into a pbuf chained ASN1 msg.
141 * Encodes u32_t (counter, gauge, timeticks) into a pbuf chained ASN1 msg.
173 * Encodes s32_t integer into a pbuf chained ASN1 msg.
198 * Encodes object identifier into a pbuf chained ASN1 msg.
409 * Decodes positive integer (counter, gauge, timeticks) into u32_t.
449 * Decodes integer into s32_t.
488 * Decodes object identifier from incoming message into array of u32_t.
579 * from incoming message into array.
632 * Decodes large positive integer (counter64) into 2x u32_t.
[all …]
/nrf52832-nimble/rt-thread/examples/libc/
H A Dmq.c23 printf("Enter into send_1 \n"); in send_1()
40 printf("Enter into send_2 \n"); in send_2()
56 printf("Enter into receive_1 \n"); in receive_1()
71 printf("Enter into receive_2 \n"); in receive_2()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dpbuf.c261 /* allocated head of pbuf chain (into p) */ in pbuf_alloc()
710 * that refer to the pbuf (or into the pbuf).
749 * we must protect it. We put the new ref into a local variable to prevent in pbuf_free()
976 /* complete current p_from fits into current p_to */ in pbuf_copy()
979 /* current p_from does not fit into current p_to */ in pbuf_copy()
1023 * @param offset offset into the packet buffer from where to begin copying len bytes
1062 * either a pointer into the pbuf's payload or, if split over multiple pbufs,
1063 * a copy into the user-supplied buffer.
1070 * @param offset offset into the packet buffer from where to begin copying len bytes
1186 * Copy application supplied data into a pbuf.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dpbuf.c284 /* allocate head of pbuf chain into p */ in pbuf_alloc()
294 /* make the payload pointer point 'offset' bytes into pbuf data memory */ in pbuf_alloc()
700 * that refer to the pbuf (or into the pbuf).
743 * we must protect it. We put the new ref into a local variable to prevent in pbuf_free()
964 /* complete current p_from fits into current p_to */ in pbuf_copy()
967 /* current p_from does not fit into current p_to */ in pbuf_copy()
1011 * @param offset offset into the packet buffer from where to begin copying len bytes
1139 * Copy application supplied data into a pbuf.
1202 /* copy the part that goes into the first pbuf */ in pbuf_take_at()
1250 * Copies data into a single pbuf (*not* into a pbuf queue!) and updates
[all …]
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/
H A Dhmac.h42 * set into a fixed length data set (also called tag).
106 * Mixes data_length bytes addressed by data into state
111 * @param data IN -- data to incorporate into state
119 * Writes the HMAC tag into the tag buffer
H A Dctr_prng.h51 * 2) call tc_ctr_prng_reseed to mix in additional entropy into
109 * Mixes entropy and additional_input into the prng context
121 * @param entropy IN -- entropy to mix into the prng
134 * Generates outlen pseudo-random bytes into out buffer, updates prng
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmp_asn1.c50 * Encodes a TLV into a pbuf stream.
125 * Encodes raw data (octet string, opaque) into a pbuf chained ASN1 msg.
141 * Encodes u32_t (counter, gauge, timeticks) into a pbuf chained ASN1 msg.
174 * Encodes u64_t (counter64) into a pbuf chained ASN1 msg.
215 * Encodes s32_t integer into a pbuf chained ASN1 msg.
240 * Encodes object identifier into a pbuf chained ASN1 msg.
473 * Decodes positive integer (counter, gauge, timeticks) into u32_t.
513 * Decodes large positive integer (counter64) into 2x u32_t.
567 * Decodes integer into s32_t.
631 * Decodes object identifier from incoming message into array of u32_t.
[all …]
/nrf52832-nimble/rt-thread/components/net/uip/
H A Duip-1.0-changelog.txt30 * Moved Ethernet address into main uIP module from ARP module.
39 * Moved header size definitions into header file.
52 * Moved checksum code into main uIP module.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/
H A Dbridgeif_opts.h50 * to call directly into bridgeif code and on top of that, directly call into
54 * == 0: get into tcpip_thread for every input packet (no multithreading)
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/
H A Dkconfig-language.txt141 ability to hook into a secondary subsystem while allowing the user to
181 This imports the environment variable into Kconfig. It behaves like
210 (1) Convert the symbol into an expression. Boolean and tristate symbols
211 are simply converted into the respective expression values. All
360 hardware exists and only a single driver can be compiled/loaded into
470 into a recursive dependency issue with Kconfig, a recursive dependency can be
504 Developers who run into the recursive Kconfig issue have three options
586 translate Kconfig logic into boolean formulas and run a SAT solver on this to
607 abstraction the inferred semantics of Kconfig to translate Kconfig logic into
612 formula extracted from CPP #ifdefs and build-rules into a SAT solver in order
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dpbuf.c238 /* allocate head of pbuf chain into p */ in pbuf_alloc()
248 /* make the payload pointer point 'offset' bytes into pbuf data memory */ in pbuf_alloc()
603 * that refer to the pbuf (or into the pbuf).
646 * we must protect it. We put the new ref into a local variable to prevent in pbuf_free()
868 /* complete current p_from fits into current p_to */ in pbuf_copy()
871 /* current p_from does not fit into current p_to */ in pbuf_copy()
914 * @param offset offset into the packet buffer from where to begin copying len bytes
956 * Copy application supplied data into a pbuf.
1030 * Copies data into a single pbuf (*not* into a pbuf queue!) and updates
1033 * @param p the pbuf to copy data into
[all …]
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dos_cputime.h116 * Converts the given number of nanoseconds into cputime ticks.
126 * Convert the given number of ticks into nanoseconds.
151 * Converts the given number of microseconds into cputime ticks.
160 * Convert the given number of ticks into microseconds.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/
H A Dip4_frag.c180 /* Then, copy the original header into it. */ in ip_reass_free_complete_datagram()
268 * Enqueues a new fragment into the fragment queue
271 * @return A pointer to the queue location into which the fragment was enqueued
330 * Chain a new pbuf into the pbuf list that composes the datagram. The pbuf list
354 /* make sure the struct ip_reass_helper fits into the IP header */ in ip_reass_chain_frag_into_datagram_and_validate()
478 * Reassembles incoming IP fragments into an IP datagram.
529 fragment into the buffer. */ in ip4_reass()
539 /* Enqueue a new datagram into the datagram queue */ in ip4_reass()
549 * -> copy fraghdr into ipr->iphdr since we want to have the header in ip4_reass()
676 * by pointing PBUF_REFs into p.
/nrf52832-nimble/rt-thread/components/vbus/
H A Dvbus.h30 * guarantee that the data is copied into the ring buffer. To avoid data
73 /** Set the water mark level for posting into the channel @chnr. */
106 /** Push a data package into the receive queue of the channel @chnr. */

12345678910>>...20