/nrf52832-nimble/rt-thread/libcpu/arm/am335x/ |
H A D | start_iar.s | 130 BIC sp,sp,#0x7 ; Make sure SP is 8 aligned 137 BIC sp,sp,#0x7 ; Make sure SP is 8 aligned 143 BIC sp,sp,#0x7 ; Make sure SP is 8 aligned 149 BIC sp,sp,#0x7 ; Make sure SP is 8 aligned 156 BIC sp,sp,#0x7 ; Make sure SP is 8 aligned
|
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/ |
H A D | dcr_gcc.S | 71 dcbst r0, r4 /* Make sure val is written out */ 73 icbi r0, r4 /* Make sure old instr is dumped */ 116 dcbst r0, r5 /* Make sure val is written out */ 118 icbi r0, r5 /* Make sure old instr is dumped */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | FAQ | 30 Make sure that before the call of compress, the length of the compressed 37 Before making the call, make sure that avail_in and avail_out are not 38 zero. When setting the parameter flush equal to Z_FINISH, also make sure 220 We don't know for sure. We have heard occasional reports of success on 288 were downright silly. So now, we simply make sure that the code always
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | contrib.txt | 36 1. Make sure you are reporting bugs or send patches against the latest 38 2. If you think you found a bug make sure it's not already filed in the
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | contrib.txt | 36 1. Make sure you are reporting bugs or send patches against the latest 38 2. If you think you found a bug make sure it's not already filed in the
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | contrib.txt | 36 1. Make sure you are reporting bugs or send patches against the latest 38 2. If you think you found a bug make sure it's not already filed in the
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf51/src/ |
H A D | ble_phy.c | 38 /* XXX: 4) Make sure RF is higher priority interrupt than schedule */ 102 /* Make sure word-aligned for faster copies */ 173 * Not sure what the end result of all this is. We will clear the pending 174 * bit in the NVIC just to be sure when we disable the PHY. 406 * from the transmit end. We add additional time to make sure the in ble_phy_wfr_enable() 535 * XXX: not sure what to do. We had a HW error during transmission. in ble_phy_tx_end_isr() 567 * XXX: not sure we need to stop the timer here all the time. Or that in ble_phy_tx_end_isr() 615 * XXX: not sure how to deal with this. This should not in ble_phy_rx_end_isr() 940 /* Make sure all interrupts are disabled */ in ble_phy_rx() 1118 * This check is to make sure that the radio is not in a state where in ble_phy_tx()
|
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/ |
H A D | context_gcc.S | 76 @ need to make sure we are in vmm domain as we would use rt_current_thread 108 reentrant. If that happens, we need to make sure that call the
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | mesh.c | 142 /* Make sure we're scanning for provisioning inviations */ in bt_mesh_prov_enable() 226 /* Make sure we're scanning for provisioning inviations */ in bt_mesh_init()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_os_test.c | 135 /* Make sure there are no created connections and no connections in in ble_gap_direct_connect_test_task_handler() 212 /* Make sure there are no created connections and no connections in in ble_os_disc_test_task_handler() 301 /* Make sure there are no created connections and no connections in in ble_gap_terminate_test_task_handler()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_conn_hci.c | 246 * At some periodic rate, make sure we go through all active connections in ble_ll_conn_num_comp_pkts_event_send() 477 /* Make sure we can allocate an event to send the connection complete */ in ble_ll_conn_create() 482 /* Make sure we can accept a connection! */ in ble_ll_conn_create() 714 /* Make sure we can allocate an event to send the connection complete */ in ble_ll_ext_conn_create() 719 /* Make sure we can accept a connection! */ in ble_ll_ext_conn_create() 951 /* Make sure connection parameters are valid if this is a positive reply */ in ble_ll_conn_hci_param_reply() 1067 /* Make sure reason is valid */ in ble_ll_conn_hci_disconnect_cmd() 1267 /* Make sure it is valid */ in ble_ll_conn_hci_set_data_len() 1490 * The timeout is in units of 10 msecs. We need to make sure that the in ble_ll_conn_hci_wr_auth_pyld_tmo()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | igmp.c | 456 /* make sure it is multicast address */ in igmp_joingroup() 491 /* make sure it is multicast address */ in igmp_joingroup_netif() 495 /* make sure it is an igmp-enabled netif */ in igmp_joingroup_netif() 502 /* This should create a new group, check the state to make sure */ in igmp_joingroup_netif() 553 /* make sure it is multicast address */ in igmp_leavegroup() 587 /* make sure it is multicast address */ in igmp_leavegroup_netif() 591 /* make sure it is an igmp-enabled netif */ in igmp_leavegroup_netif()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | igmp.c | 454 /* make sure it is multicast address */ in igmp_joingroup() 490 /* make sure it is multicast address */ in igmp_joingroup_netif() 494 /* make sure it is an igmp-enabled netif */ in igmp_joingroup_netif() 501 /* This should create a new group, check the state to make sure */ in igmp_joingroup_netif() 550 /* make sure it is multicast address */ in igmp_leavegroup() 585 /* make sure it is multicast address */ in igmp_leavegroup_netif() 589 /* make sure it is an igmp-enabled netif */ in igmp_leavegroup_netif()
|
/nrf52832-nimble/nordic/nrfx/soc/ |
H A D | nrfx_coredep.h | 103 // Save the current state of the CTRL register in the DWT block. Make sure in nrfx_coredep_delay_us() 148 // Make sure that code is cached properly, so that no extra wait states appear. in nrfx_coredep_delay_us()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/unit/tcp/ |
H A D | test_tcp.c | 119 /* make sure the pcb is freed */ in START_TEST() 187 /* make sure the pcb is freed */ in START_TEST() 360 /* make sure the pcb is freed */ in START_TEST() 475 /* make sure the pcb is freed */ in START_TEST() 564 /* make sure the pcb is freed */ in START_TEST() 709 /* make sure the pcb is freed */ in test_tcp_tx_full_window_lost()
|
H A D | test_tcp_oos.c | 274 /* make sure the pcb is freed */ in START_TEST() 450 /* make sure the pcb is freed */ in START_TEST() 544 /* make sure the pcb is freed */ in START_TEST() 637 /* make sure the pcb is freed */ in START_TEST() 718 /* make sure the pcb is freed */ in START_TEST() 799 /* make sure the pcb is freed */ in START_TEST() 987 /* make sure the pcb is freed */ in test_tcp_recv_ooseq_double_FINs()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/ |
H A D | ble_phy.c | 55 /* XXX: 4) Make sure RF is higher priority interrupt than schedule */ 133 /* Make sure word-aligned for faster copies */ 222 * Not sure what the end result of all this is. We will clear the pending 223 * bit in the NVIC just to be sure when we disable the PHY. 232 * space for 267 bytes of scratch. I used 268 bytes since not sure if this 526 * 30 high-power usecs. Also make sure we don't set TIMER0 CC to 0 as the in ble_phy_set_start_time() 863 * XXX: not sure what to do. We had a HW error during transmission. in ble_phy_tx_end_isr() 909 * XXX: not sure we need to stop the timer here all the time. Or that in ble_phy_tx_end_isr() 984 * XXX: not sure how to deal with this. This should not in ble_phy_rx_end_isr() 1493 /* Make sure all interrupts are disabled */ in ble_phy_rx() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/ |
H A D | hal_timer.c | 181 * Since the counter can tick once while we check, we make sure in nrf_timer_set_ocmp() 190 /* CC too far ahead. Just make sure we set compare far ahead */ in nrf_timer_set_ocmp() 355 /* XXX: Recommended by nordic to make sure interrupts are cleared */ in hal_timer_irq_handler() 398 /* Recommended by nordic to make sure interrupts are cleared */ in hal_rtc_timer_irq_handler()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/test/unit/tcp/ |
H A D | test_tcp.c | 114 /* make sure the pcb is freed */ in START_TEST() 286 /* make sure the pcb is freed */ in START_TEST() 398 /* make sure the pcb is freed */ in START_TEST() 488 /* make sure the pcb is freed */ in START_TEST() 633 /* make sure the pcb is freed */ in test_tcp_tx_full_window_lost()
|
H A D | test_tcp_oos.c | 268 /* make sure the pcb is freed */ in START_TEST() 442 /* make sure the pcb is freed */ in START_TEST() 534 /* make sure the pcb is freed */ in START_TEST() 613 /* make sure the pcb is freed */ in START_TEST() 692 /* make sure the pcb is freed */ in START_TEST() 883 /* make sure the pcb is freed */ in test_tcp_recv_ooseq_double_FINs()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/tcp/ |
H A D | test_tcp_oos.c | 279 /* make sure the pcb is freed */ in START_TEST() 449 /* make sure the pcb is freed */ in START_TEST() 537 /* make sure the pcb is freed */ in START_TEST() 624 /* make sure the pcb is freed */ in START_TEST() 699 /* make sure the pcb is freed */ in START_TEST() 774 /* make sure the pcb is freed */ in START_TEST() 956 /* make sure the pcb is freed */ in test_tcp_recv_ooseq_double_FINs()
|
H A D | test_tcp.c | 196 /* make sure the pcb is freed */ in START_TEST() 250 /* make sure the pcb is freed */ in START_TEST() 388 /* make sure the pcb is freed */ in START_TEST() 556 /* make sure the pcb is freed */ in START_TEST() 658 /* make sure the pcb is freed */ in START_TEST() 735 /* make sure the pcb is freed */ in START_TEST() 877 /* make sure the pcb is freed */ in test_tcp_tx_full_window_lost() 1011 /* make sure the pcb is freed */ in START_TEST() 1133 /* make sure the pcb is freed */ in START_TEST() 1613 /* make sure the pcb is freed */ in START_TEST()
|
/nrf52832-nimble/rt-thread/examples/libc/ |
H A D | dirent.c | 30 /* stop at 400 (just to make sure dirp->__offset and dirp->__size are in libc_dirent()
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/ |
H A D | lgpl.txt | 18 free software--to make sure the software is free for all its users. 28 not price. Our General Public Licenses are designed to make sure that 42 you. You must make sure that they, too, receive or can get the source 60 any free program. We wish to make sure that a company cannot
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | smtp_opts.h | 48 /** Set this to 0 to save some code space if you know for sure that all data
|