/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_systick.c | 74 * @param us Time in microseconds to check 76 #define NRFX_SYSTICK_ASSERT_TIMEOUT(us) \ argument 77 NRFX_ASSERT(us <= (NRFX_SYSTICK_TICKS_MAX / ((SystemCoreClock) / NRFX_SYSTICK_US))); 84 * @param us Number of microseconds 90 static inline uint32_t nrfx_systick_us_tick(uint32_t us) in nrfx_systick_us_tick() argument 92 return us * ((SystemCoreClock) / NRFX_SYSTICK_US); in nrfx_systick_us_tick() 100 * @param us Number of milliseconds 125 bool nrfx_systick_test(nrfx_systick_state_t const * p_state, uint32_t us) in nrfx_systick_test() argument 127 NRFX_SYSTICK_ASSERT_TIMEOUT(us); in nrfx_systick_test() 130 return (diff >= nrfx_systick_us_tick(us)); in nrfx_systick_test() [all …]
|
H A D | nrfx_clock.c | 106 // ANOMALY 132 - LFCLK needs to avoid frame from 66us to 138us after LFCLK stop. This solution 107 // applies delay of 138us before starting LFCLK. 117 * @brief Function for applying delay of 138us before starting LFCLK.
|
/nrf52832-nimble/rt-thread/libcpu/arm/AT91SAM7S/ |
H A D | serial.h | 20 #define AT91C_US_RXRDY ((unsigned int) 0x1 << 0) /* US RXRDY Interrupt */ 21 #define AT91C_US_TXRDY ((unsigned int) 0x1 << 1) /* US TXRDY Interrupt */ 22 #define AT91C_US_RSTRX ((unsigned int) 0x1 << 2) /* US Reset Receiver */ 23 #define AT91C_US_RSTTX ((unsigned int) 0x1 << 3) /* US Reset Transmitter */ 24 #define AT91C_US_RXEN ((unsigned int) 0x1 << 4) /* US Receiver Enable */ 25 #define AT91C_US_RXDIS ((unsigned int) 0x1 << 5) /* US Receiver Disable */ 26 #define AT91C_US_TXEN ((unsigned int) 0x1 << 6) /* US Transmitter Enable */ 27 #define AT91C_US_TXDIS ((unsigned int) 0x1 << 7) /* US Transmitter Disable */ 28 #define AT91C_US_RSTSTA ((unsigned int) 0x1 << 8) /* US Reset Status Bits */
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_systick.h | 90 * @param[in] us Required time-out. 95 bool nrfx_systick_test(nrfx_systick_state_t const * p_state, uint32_t us); 105 * @brief Blocking delay in us 107 * @param[in] us Number of microseconds to delay. 109 void nrfx_systick_delay_us(uint32_t us);
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | sntp_opts.h | 49 * Define SNTP_SET_SYSTEM_TIME_US(sec, us) to set the time in microseconds instead of this one 146 #define SNTP_GET_SYSTEM_TIME(sec, us) do { (sec) = 0; (us) = 0; } while(0) argument
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_sched.c | 62 * -> Disable schedule timer while in an event; could cause us to be late. 341 * makes us off ~13 usecs. Since we dont want to actually calculate the in ble_ll_sched_master_new() 368 * us to send a transmit window offset of 1. Since we are actually in ble_ll_sched_master_new() 395 // 150 + 352 + 2500 = 3002us = 98.37 ticks in ble_ll_sched_master_new() 398 // 150 + 180 + 2500 = 2830us = 92.73 ticks in ble_ll_sched_master_new() 401 // 150 + 2896 + 3750 = 6796us = 222.69 ticks in ble_ll_sched_master_new() 571 * makes us off ~13 usecs. Since we dont want to actually calculate the in ble_ll_sched_master_new() 598 * us to send a transmit window offset of 1. Since we are actually in ble_ll_sched_master_new() 625 // 150 + 352 + 2500 = 3002us = 98.37 ticks in ble_ll_sched_master_new() 628 // 150 + 180 + 2500 = 2830us = 92.73 ticks in ble_ll_sched_master_new() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/sntp/ |
H A D | sntp.c | 84 #define SNTP_SET_SYSTEM_TIME_US(sec, us) argument 221 u32_t us = lwip_ntohl(receive_timestamp[1]) / 4295; in sntp_process() local 222 SNTP_SET_SYSTEM_TIME_US(t, us); in sntp_process() 224 LWIP_DEBUGF(SNTP_DEBUG_TRACE, ("sntp_process: %s, %"U32_F" us", ctime(&tim), us)); in sntp_process() 252 /* we send/save us instead of fraction to be faster... */ in sntp_initialize_request()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | sntp_opts.h | 50 * Define SNTP_SET_SYSTEM_TIME_US(sec, us) to set the time in microseconds 175 #define SNTP_GET_SYSTEM_TIME(sec, us) do { (sec) = 0; (us) = 0; } while(0) argument
|
/nrf52832-nimble/rt-thread/libcpu/sim/posix/ |
H A D | cpu_port.c | 504 int us; in start_sys_timer() local 508 us = 1000000 / RT_TICK_PER_SECOND - 1; in start_sys_timer() 520 itimer.it_interval.tv_usec = us; in start_sys_timer() 523 itimer.it_value.tv_usec = us; in start_sys_timer()
|
/nrf52832-nimble/nordic/nrfx/templates/nRF51/ |
H A D | nrfx_config.h | 549 // <0=> 128 us 550 // <1=> 256 us 551 // <2=> 512 us 552 // <3=> 1024 us 553 // <4=> 2048 us 554 // <5=> 4096 us 555 // <6=> 8192 us 556 // <7=> 16384 us 770 // <o> NRFX_RTC_MAXIMUM_LATENCY_US - Maximum possible time[us] in highest priority interrupt
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_saadc.h | 140 NRF_SAADC_ACQTIME_3US = SAADC_CH_CONFIG_TACQ_3us, ///< 3 us. 141 NRF_SAADC_ACQTIME_5US = SAADC_CH_CONFIG_TACQ_5us, ///< 5 us. 142 NRF_SAADC_ACQTIME_10US = SAADC_CH_CONFIG_TACQ_10us, ///< 10 us. 143 NRF_SAADC_ACQTIME_15US = SAADC_CH_CONFIG_TACQ_15us, ///< 15 us. 144 NRF_SAADC_ACQTIME_20US = SAADC_CH_CONFIG_TACQ_20us, ///< 20 us. 145 NRF_SAADC_ACQTIME_40US = SAADC_CH_CONFIG_TACQ_40us ///< 40 us.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | FAQ | 50 please contact us ([email protected]). Examples of zlib usage are in the files 62 the corresponding source to us at [email protected] . Do not send 221 these systems. If you do use it on one of these, please provide us with 336 41. Can you please sign these lengthy legal documents and fax them back to us
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ |
H A D | etharp.c | 673 * Responds to ARP requests to us. Upon ARP replies to us, add entry to cache 752 /* ARP packet directed to us? */ 756 /* ARP message directed to us? 757 -> add IP address in ARP cache; assume requester wants to talk to us, 759 ARP message not directed to us? 812 /* request was not directed to us */ 815 … LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_arp_input: ARP request was not for us.\n")); 823 * IP address also offered to us by the DHCP server. We do not 1286 /* a packet with only an ethernet header (or less) is not valid for us */ 1307 /* a packet with only an ethernet/vlan header (or less) is not valid for us */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | etharp.c | 629 * Responds to ARP requests to us. Upon ARP replies to us, add entry to cache 683 /* ARP packet directed to us? */ 687 /* ARP message directed to us? 688 -> add IP address in ARP cache; assume requester wants to talk to us, 690 ARP message not directed to us? 716 /* request was not directed to us */ 719 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_input: ARP request was not for us.\n")); 727 * IP address also offered to us by the DHCP server. We do not
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | etharp.c | 629 * Responds to ARP requests to us. Upon ARP replies to us, add entry to cache 685 /* ARP packet directed to us? */ 689 /* ARP message directed to us? 690 -> add IP address in ARP cache; assume requester wants to talk to us, 692 ARP message not directed to us? 718 /* request was not directed to us */ 721 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_input: ARP request was not for us.\n")); 729 * IP address also offered to us by the DHCP server. We do not
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_l2cap_coc.c | 174 /* FIXME: User shall give us big enough buffer. in ble_l2cap_coc_rx_fn() 216 * that remote was sending us not fully filled up LE frames. in ble_l2cap_coc_rx_fn() 218 * credit to peer so it can send us full SDU in ble_l2cap_coc_rx_fn()
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | i2c-bit-ops.h | 26 void (*udelay)(rt_uint32_t us);
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv6/ |
H A D | ip6.c | 151 * us, the packet is forwarded (using ip_forward). The IP checksum is always checked. 186 /* is this packet for us? */ in ip_input() 202 /* packet not for us, route or discard */ in ip_input()
|
/nrf52832-nimble/nordic/nrfx/templates/nRF52810/ |
H A D | nrfx_config.h | 787 // <0=> 128 us 788 // <1=> 256 us 789 // <2=> 512 us 790 // <3=> 1024 us 791 // <4=> 2048 us 792 // <5=> 4096 us 793 // <6=> 8192 us 794 // <7=> 16384 us 1016 // <o> NRFX_RTC_MAXIMUM_LATENCY_US - Maximum possible time[us] in highest priority interrupt
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/netbiosns/ |
H A D | netbiosns.c | 358 /* if the packet is for us */ in netbiosns_recv() 397 /* if the packet is for us or general query */ in netbiosns_recv() 433 /* make windows see us as workstation, not as a server */ in netbiosns_recv()
|
/nrf52832-nimble/rt-thread/tools/tools/ |
H A D | clang-analyze.py | 41 # fsyntax-only will give us some additional warning messages
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | contrib.txt | 12 features of Savannah help us not lose users' input.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | contrib.txt | 12 features of Savannah help us not lose users' input.
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/rtu/ |
H A D | mbrtu.c | 97 * t35 = 1750us. Otherwise t35 must be 3.5 times the character time. in eMBRTUInit() 101 usTimerT35_50us = 35; /* 1800us. */ in eMBRTUInit()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ |
H A D | ethernet.c | 92 /* a packet with only an ethernet header (or less) is not valid for us */ 119 /* a packet with only an ethernet/vlan header (or less) is not valid for us */
|