/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_pwm.h | 108 nrf_pwm_dec_load_t load_mode; ///< Mode of loading sequence data from RAM. 109 nrf_pwm_dec_step_t step_mode; ///< Mode of advancing the active sequence. 138 the last value of the final sequence is 162 from sequence 0 is loaded. */ 165 from sequence 1 is loaded. */ 184 NRFX_PWM_EVT_FINISHED, ///< Sequence playback finished. 185 NRFX_PWM_EVT_END_SEQ0, /**< End of sequence 0 reached. Its data can be 187 NRFX_PWM_EVT_END_SEQ1, /**< End of sequence 1 reached. Its data can be 218 * If any sequence playback is in progress, it is stopped immediately. 225 * @brief Function for starting a single sequence playback. [all …]
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_pwm.h | 67 …e generation on all channels at the end of the current PWM period, and stops the sequence playback. 68 …PWM_TASK_SEQSTART0 = offsetof(NRF_PWM_Type, TASKS_SEQSTART[0]), ///< Starts playback of sequence 0. 69 …PWM_TASK_SEQSTART1 = offsetof(NRF_PWM_Type, TASKS_SEQSTART[1]), ///< Starts playback of sequence 1. 70 …RF_PWM_Type, TASKS_NEXTSTEP) ///< Steps by one value in the current sequence if the decoder is… 81 …RTED0 = offsetof(NRF_PWM_Type, EVENTS_SEQSTARTED[0]), ///< First PWM period started on sequence 0. 82 …RTED1 = offsetof(NRF_PWM_Type, EVENTS_SEQSTARTED[1]), ///< First PWM period started on sequence 1. 83 …f(NRF_PWM_Type, EVENTS_SEQEND[0]), ///< Emitted at the end of every sequence 0 when its last v… 84 …f(NRF_PWM_Type, EVENTS_SEQEND[1]), ///< Emitted at the end of every sequence 1 when its last v… 143 * The selected mode determines how the sequence data is read from RAM and 157 * The selected mode determines when the next value from the active sequence [all …]
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_pwm.c | 52 // event of a preceding sequence is used to protect the transfer done for 53 // the next sequence to be played. 153 // the 64 MHz clock is ready when data for the next sequence to be played in nrfx_pwm_init() 278 // (single sequence can be played back only once). in nrfx_pwm_simple_playback() 301 NRFX_LOG_INFO("Function: %s, sequence length: %d.", in nrfx_pwm_simple_playback() 304 NRFX_LOG_DEBUG("Sequence data:"); in nrfx_pwm_simple_playback() 343 NRFX_LOG_INFO("Function: %s, sequence 0 length: %d.", in nrfx_pwm_complex_playback() 346 NRFX_LOG_INFO("Function: %s, sequence 1 length: %d.", in nrfx_pwm_complex_playback() 349 NRFX_LOG_DEBUG("Sequence 0 data:"); in nrfx_pwm_complex_playback() 352 NRFX_LOG_DEBUG("Sequence 1 data:"); in nrfx_pwm_complex_playback()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | tcp_in.c | 743 * - first check sequence number - we skip that one in TIME_WAIT (always 814 /* If the sequence number is inside the window, we send a challenge ACK 815 and wait for a re-send with matching sequence number. 857 /* received SYN ACK with expected sequence number? */ 1183 * 5) The ACK is == biggest ACK sequence number so far seen (snd_una) 1334 /* Out of sequence ACK, didn't really ack anything */ 1377 in-sequence data, this data is passed to the application. This 1382 sequence number expected (->rcv_nxt), the segment is placed on 1384 place in the ->ooseq queue (which is ordered by sequence 1387 out-of-sequence segment. [all …]
|
/nrf52832-nimble/nordic/cmsis/include/ |
H A D | arm_math.h | 2114 uint16_t fftLenRFFT; /**< length of the real sequence */ 2787 * @param[in] pSrcA points to the first input sequence. 2788 * @param[in] srcALen length of the first input sequence. 2789 * @param[in] pSrcB points to the second input sequence. 2790 * @param[in] srcBLen length of the second input sequence. 2803 * @param[in] pSrcA points to the first input sequence. 2804 * @param[in] srcALen length of the first input sequence. 2805 * @param[in] pSrcB points to the second input sequence. 2806 * @param[in] srcBLen length of the second input sequence. 2823 * @param[in] pSrcA points to the first input sequence. [all …]
|
/nrf52832-nimble/rt-thread/components/CMSIS/Include/ |
H A D | arm_math.h | 2227 uint16_t fftLenRFFT; /**< length of the real sequence */ 2932 * @param[in] *pSrcA points to the first input sequence. 2933 * @param[in] srcALen length of the first input sequence. 2934 * @param[in] *pSrcB points to the second input sequence. 2935 * @param[in] srcBLen length of the second input sequence. 2950 * @param[in] *pSrcA points to the first input sequence. 2951 * @param[in] srcALen length of the first input sequence. 2952 * @param[in] *pSrcB points to the second input sequence. 2953 * @param[in] srcBLen length of the second input sequence. 2973 * @param[in] *pSrcA points to the first input sequence. [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | tcp_in.c | 533 * - first check sequence number - we skip that one in TIME_WAIT (always in tcp_timewait_input() 631 /* received SYN ACK with expected sequence number? */ in tcp_process() 909 * 5) The ACK is == biggest ACK sequence number so far seen (snd_una) in tcp_receive() 1045 /* Fix bug bug #21582: out of sequence ACK, didn't really ack anything */ in tcp_receive() 1124 in-sequence data, this data is passed to the application. This in tcp_receive() 1129 sequence number expected (->rcv_nxt), the segment is placed on in tcp_receive() 1131 place in the ->ooseq queue (which is ordered by sequence in tcp_receive() 1134 out-of-sequence segment. in tcp_receive() 1137 now is in sequence (i.e., if rcv_nxt >= ooseq->seqno). If in tcp_receive() 1140 segments that are now on sequence are chained onto the in tcp_receive() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | tcp_in.c | 648 * - first check sequence number - we skip that one in TIME_WAIT (always 714 /* If the sequence number is inside the window, we only send an ACK 715 and wait for a re-send with matching sequence number. 756 /* received SYN ACK with expected sequence number? */ 1058 * 5) The ACK is == biggest ACK sequence number so far seen (snd_una) 1193 /* Out of sequence ACK, didn't really ack anything */ 1271 in-sequence data, this data is passed to the application. This 1276 sequence number expected (->rcv_nxt), the segment is placed on 1278 place in the ->ooseq queue (which is ordered by sequence 1281 out-of-sequence segment. [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | vj.h | 41 * 'push' bit, and flags that indicate which of the 4 TCP sequence 46 * sequence number changes, one change per bit set in the header 52 * acknowlegement, sequence number and IP ID. (The urgent pointer 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 | 45 * 'push' bit, and flags that indicate which of the 4 TCP sequence 50 * sequence number changes, one change per bit set in the header 56 * acknowlegement, sequence number and IP ID. (The urgent pointer 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 | 38 * 'push' bit, and flags that indicate which of the 4 TCP sequence 43 * sequence number changes, one change per bit set in the header 49 * acknowlegement, sequence number and IP ID. (The urgent pointer 55 * range 256 - 65535 or 0. (If the change in sequence number or
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | tcp.h | 208 u32_t rtseq; /* sequence number being timed */ 224 u32_t snd_wl1, snd_wl2; /* Sequence and acknowledgement numbers of last 226 u32_t snd_lbb; /* Sequence number of next byte to be buffered. */ 241 /* These are ordered by sequence number: */ 245 struct tcp_seg *ooseq; /* Received out of sequence segments. */ 253 /* Function to be called when (in-sequence) data has arrived. */
|
H A D | snmp_msg.h | 139 /* encoding sequence length length */ 154 /* encoding sequence length */ 177 /* encoding sequence length length */ 196 /* encoding sequence length */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | tcp.h | 160 /** Left edge of the SACK: the first acknowledged sequence number. */ 162 …/** Right edge of the SACK: the last acknowledged sequence number +1 (so first NOT acknowledged). … 301 u32_t rtseq; /* sequence number being timed */ 320 u32_t snd_wl1, snd_wl2; /* Sequence and acknowledgement numbers of last 322 u32_t snd_lbb; /* Sequence number of next byte to be buffered. */ 337 /* These are ordered by sequence number: */ 341 struct tcp_seg *ooseq; /* Received out of sequence segments. */ 353 /* Function to be called when (in-sequence) data has arrived. */
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | ccm_mode.h | 136 * @note: The sequence b for encryption is formatted as follows: 145 * @note: The sequence b for authentication is formatted as follows: 182 * @note: The sequence b for encryption is formatted as follows: 191 * @note: The sequence b for authentication is formatted as follows:
|
H A D | utils.h | 85 * @param a IN -- sequence of bytes a 86 * @param b IN -- sequence of bytes b
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | tcp.h | 249 u32_t rtseq; /* sequence number being timed */ 265 u32_t snd_wl1, snd_wl2; /* Sequence and acknowledgement numbers of last 267 u32_t snd_lbb; /* Sequence number of next byte to be buffered. */ 280 /* These are ordered by sequence number: */ 284 struct tcp_seg *ooseq; /* Received out of sequence segments. */ 296 /* Function to be called when (in-sequence) data has arrived. */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | pppol2tp.c | 838 PUTSHORT(0, p); /* NS Sequence number - to peer */ in pppol2tp_send_sccrq() 839 PUTSHORT(0, p); /* NR Sequence number - expected for peer */ in pppol2tp_send_sccrq() 933 PUTSHORT(ns, p); /* NS Sequence number - to peer */ in pppol2tp_send_scccn() 934 PUTSHORT(l2tp->peer_ns, p); /* NR Sequence number - expected for peer */ in pppol2tp_send_scccn() 980 PUTSHORT(ns, p); /* NS Sequence number - to peer */ in pppol2tp_send_icrq() 981 PUTSHORT(l2tp->peer_ns, p); /* NR Sequence number - expected for peer */ in pppol2tp_send_icrq() 1028 PUTSHORT(ns, p); /* NS Sequence number - to peer */ in pppol2tp_send_iccn() 1029 PUTSHORT(l2tp->peer_ns, p); /* NR Sequence number - expected for peer */ in pppol2tp_send_iccn() 1075 PUTSHORT(ns, p); /* NS Sequence number - to peer */ in pppol2tp_send_zlb() 1076 PUTSHORT(nr, p); /* NR Sequence number - expected for peer */ in pppol2tp_send_zlb() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | pppol2tp.c | 810 PUTSHORT(0, p); /* NS Sequence number - to peer */ in pppol2tp_send_sccrq() 811 PUTSHORT(0, p); /* NR Sequence number - expected for peer */ in pppol2tp_send_sccrq() 905 PUTSHORT(ns, p); /* NS Sequence number - to peer */ in pppol2tp_send_scccn() 906 PUTSHORT(l2tp->peer_ns+1, p); /* NR Sequence number - expected for peer */ in pppol2tp_send_scccn() 952 PUTSHORT(ns, p); /* NS Sequence number - to peer */ in pppol2tp_send_icrq() 953 PUTSHORT(l2tp->peer_ns+1, p); /* NR Sequence number - expected for peer */ in pppol2tp_send_icrq() 1000 PUTSHORT(ns, p); /* NS Sequence number - to peer */ in pppol2tp_send_iccn() 1001 PUTSHORT(l2tp->peer_ns+1, p); /* NR Sequence number - expected for peer */ in pppol2tp_send_iccn() 1047 PUTSHORT(ns, p); /* NS Sequence number - to peer */ in pppol2tp_send_zlb() 1048 PUTSHORT(l2tp->peer_ns+1, p); /* NR Sequence number - expected for peer */ in pppol2tp_send_zlb() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/ |
H A D | ccm_mode.c | 160 /* formatting the sequence b for authentication: */ in tc_ccm_generation_encryption() 179 /* formatting the sequence b for encryption: */ in tc_ccm_generation_encryption() 221 /* formatting the sequence b for decryption: */ in tc_ccm_decryption_verification() 241 /* formatting the sequence b for authentication: */ in tc_ccm_decryption_verification()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/ |
H A D | snmp_msg.c | 700 * STRING as a SEQUENCE. in snmp_parse_inbound_frame() 703 * to access the SEQUENCE header. in snmp_parse_inbound_frame() 710 /* msgSecurityParameters SEQUENCE header */ in snmp_parse_inbound_frame() 1003 /* 'Message' sequence */ in snmp_prepare_outbound_frame() 1121 /* End of msgSecurityParameters, so we can calculate the length of this sequence later */ in snmp_prepare_outbound_frame() 1153 /* 'PDU' sequence */ in snmp_prepare_outbound_frame() 1176 /* 'VarBindList' sequence */ in snmp_prepare_outbound_frame() 1271 /* 'VarBind' sequence */ in snmp_append_outbound_varbind() 1403 …/* complete missing length in 'Message' sequence ; 'Message' tlv is located at the beginning (offs… in snmp_complete_outbound_frame() 1410 /* complete missing length in 'globalData' sequence */ in snmp_complete_outbound_frame() [all …]
|
H A D | snmp_traps.c | 73 /* encoding sequence length */ 75 /* encoding varbinds sequence length */ 386 /* 'Message' sequence */ in snmp_trap_header_enc() 401 /* 'PDU' sequence */ in snmp_trap_header_enc()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/ |
H A D | snmp_msg.c | 864 * STRING as a SEQUENCE. in snmp_parse_inbound_frame() 867 * to access the SEQUENCE header. in snmp_parse_inbound_frame() 874 /* msgSecurityParameters SEQUENCE header */ in snmp_parse_inbound_frame() 1281 /* 'Message' sequence */ in snmp_prepare_outbound_frame() 1399 /* End of msgSecurityParameters, so we can calculate the length of this sequence later */ in snmp_prepare_outbound_frame() 1431 /* 'PDU' sequence */ in snmp_prepare_outbound_frame() 1454 /* 'VarBindList' sequence */ in snmp_prepare_outbound_frame() 1551 /* 'VarBind' sequence */ in snmp_append_outbound_varbind() 1685 …/* complete missing length in 'Message' sequence ; 'Message' tlv is located at the beginning (offs… in snmp_complete_outbound_frame() 1692 /* complete missing length in 'globalData' sequence */ in snmp_complete_outbound_frame() [all …]
|
H A D | snmp_traps.c | 73 /* encoding sequence length */ 75 /* encoding varbinds sequence length */ 397 /* 'Message' sequence */ in snmp_trap_header_enc() 412 /* 'PDU' sequence */ in snmp_trap_header_enc()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | net.h | 173 fsn:1, /* Friend Sequence Number */ 218 u32_t seq:24, /* Next outgoing sequence number */ 267 u32_t seq; /* Sequence Number */
|