/nrf52832-nimble/rt-thread/libcpu/c-sky/ck802/ |
H A D | core_ck802.c | 109 \brief Get Pending Interrupt 110 …\details Reads the pending register in the NVIC and returns the pending bit for the specified inte… 112 \return 0 Interrupt status is not pending. 113 \return 1 Interrupt status is pending. 121 \brief Set Pending Interrupt 122 \details Sets the pending bit of an external interrupt. 131 \brief Clear Pending Interrupt 132 \details Clears the pending bit of an external interrupt. 142 …\details Reads the wake up register in the NVIC and returns the pending bit for the specified inte… 312 \return -1 No character pending. [all …]
|
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/ |
H A D | csi_core.h | 57 \brief Get Pending Interrupt 58 …\details Reads the pending register in the NVIC and returns the pending bit for the specified inte… 60 \return 0 Interrupt status is not pending. 61 \return 1 Interrupt status is pending. 66 \brief Set Pending Interrupt 67 \details Sets the pending bit of an external interrupt. 73 \brief Clear Pending Interrupt 74 \details Clears the pending bit of an external interrupt.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | etharp.c | 70 /** the time an ARP entry stays pending after first request, 93 /** Pointer to queue of pending outgoing packets on this ARP entry. */ 96 /** Pointer to a single pending outgoing packet on this ARP entry. */ 216 /* pending or stable entry has become old! */ in etharp_tmr() 218 arp_table[i].state >= ETHARP_STATE_STABLE ? "stable" : "pending", (u16_t)i)); in etharp_tmr() 229 /* still pending, resend an ARP query */ in etharp_tmr() 239 * If an IP address is given, return a pending or stable ARP entry that matches 279 * 3) remember the oldest pending entry without queued packets (if any) in etharp_find_entry() 280 * 4) remember the oldest pending entry with queued packets (if any) in etharp_find_entry() 281 * 5) search for a matching IP entry, either pending or stable in etharp_find_entry() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | etharp.c | 69 /** the time an ARP entry stays pending after first request, 92 /** Pointer to queue of pending outgoing packets on this ARP entry. */ 95 /** Pointer to a single pending outgoing packet on this ARP entry. */ 214 /* pending or stable entry has become old! */ in etharp_tmr() 216 … arp_table[i].state >= ETHARP_STATE_STABLE ? "stable" : "pending", i)); in etharp_tmr() 227 /* still pending, resend an ARP query */ in etharp_tmr() 237 * If an IP address is given, return a pending or stable ARP entry that matches 277 * 3) remember the oldest pending entry without queued packets (if any) in etharp_find_entry() 278 * 4) remember the oldest pending entry with queued packets (if any) in etharp_find_entry() 279 * 5) search for a matching IP entry, either pending or stable in etharp_find_entry() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ |
H A D | etharp.c | 84 /** the time an ARP entry stays pending after first request, 107 /** Pointer to queue of pending outgoing packets on this ARP entry. */ 110 /** Pointer to a single pending outgoing packet on this ARP entry. */ 223 /* pending or stable entry has become old! */ in etharp_tmr() 225 arp_table[i].state >= ETHARP_STATE_STABLE ? "stable" : "pending", (u16_t)i)); in etharp_tmr() 235 /* still pending entry? (not expired) */ in etharp_tmr() 247 * If an IP address is given, return a pending or stable ARP entry that matches 285 * 3) remember the oldest pending entry without queued packets (if any) in etharp_find_entry() 286 * 4) remember the oldest pending entry with queued packets (if any) in etharp_find_entry() 287 * 5) search for a matching IP entry, either pending or stable in etharp_find_entry() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | mqtt_priv.h | 47 /** Pending request item, binds application callback to pending server requests */ 78 /** Packet identifier of pending incoming publish */ 86 /** Pending requests to server */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | deflate.c | 372 s->pending = 0; 514 * Put a short in the pending buffer. The 16-bit value is put in MSB order. 527 * Flush as much pending output as possible. All deflate() output goes 535 unsigned len = strm->state->pending; 545 strm->state->pending -= len; 546 if (strm->state->pending == 0) { 617 s->pending); 654 uInt beg = s->pending; /* start of bytes to update crc */ 657 if (s->pending == s->pending_buf_size) { 658 if (s->gzhead->hcrc && s->pending > beg) [all …]
|
H A D | deflate.h | 97 Bytef *pending_buf; /* output still pending */ 99 Bytef *pending_out; /* next pending byte to output to the stream */ 100 uInt pending; /* nb of bytes in the pending buffer */ member 268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
|
/nrf52832-nimble/rt-thread/libcpu/mips/xburst/ |
H A D | interrupt.c | 221 static rt_uint32_t pending = 0; in rt_interrupt_dispatch() local 224 pending |= REG_INTC_IPR; in rt_interrupt_dispatch() 225 if (!pending) return; in rt_interrupt_dispatch() 229 if ((pending & (1<<i))) in rt_interrupt_dispatch() 231 pending &= ~(1<<i); in rt_interrupt_dispatch()
|
/nrf52832-nimble/rt-thread/libcpu/arm/s3c24x0/ |
H A D | interrupt.c | 42 /* all clear source pending */ in rt_hw_interrupt_init() 45 /* all clear sub source pending */ in rt_hw_interrupt_init() 57 /* all clear interrupt pending */ in rt_hw_interrupt_init()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | lpn.c | 237 group_zero(lpn->pending); in clear_friendship() 322 group_zero(lpn->pending); in req_sent() 604 atomic_test_bit(lpn->pending, i)) { in lpn_group_del() 674 atomic_set_bit(lpn->pending, i); in sub_update() 682 group_zero(lpn->pending); in sub_update() 690 group_zero(lpn->pending); in sub_update() 862 BT_WARN("No pending subscription list message"); in bt_mesh_lpn_friend_sub_cfm() 873 group_set(lpn->added, lpn->pending); in bt_mesh_lpn_friend_sub_cfm() 874 group_zero(lpn->pending); in bt_mesh_lpn_friend_sub_cfm() 878 group_clear(lpn->added, lpn->pending); in bt_mesh_lpn_friend_sub_cfm() [all …]
|
/nrf52832-nimble/rt-thread/components/CMSIS/Include/ |
H A D | core_cm0.h | 286 …__IO uint32_t ISPR[1]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register … 288 …__IO uint32_t ICPR[1]; /*!< Offset: 0x180 (R/W) Interrupt Clear Pending Register … 533 /** \brief Get Pending Interrupt 535 The function reads the pending register in the NVIC and returns the pending bit 540 \return 0 Interrupt status is not pending. 541 \return 1 Interrupt status is pending. 549 /** \brief Set Pending Interrupt 551 The function sets the pending bit of an external interrupt. 561 /** \brief Clear Pending Interrupt 563 The function clears the pending bit of an external interrupt. [all …]
|
H A D | core_cm0plus.h | 297 …__IO uint32_t ISPR[1]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register … 299 …__IO uint32_t ICPR[1]; /*!< Offset: 0x180 (R/W) Interrupt Clear Pending Register … 644 /** \brief Get Pending Interrupt 646 The function reads the pending register in the NVIC and returns the pending bit 651 \return 0 Interrupt status is not pending. 652 \return 1 Interrupt status is pending. 660 /** \brief Set Pending Interrupt 662 The function sets the pending bit of an external interrupt. 672 /** \brief Clear Pending Interrupt 674 The function clears the pending bit of an external interrupt. [all …]
|
H A D | core_sc000.h | 292 …__IO uint32_t ISPR[1]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register … 294 …__IO uint32_t ICPR[1]; /*!< Offset: 0x180 (R/W) Interrupt Clear Pending Register … 664 /** \brief Get Pending Interrupt 666 The function reads the pending register in the NVIC and returns the pending bit 671 \return 0 Interrupt status is not pending. 672 \return 1 Interrupt status is pending. 680 /** \brief Set Pending Interrupt 682 The function sets the pending bit of an external interrupt. 692 /** \brief Clear Pending Interrupt 694 The function clears the pending bit of an external interrupt. [all …]
|
H A D | core_cm3.h | 302 …__IO uint32_t ISPR[8]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register … 304 …__IO uint32_t ICPR[8]; /*!< Offset: 0x180 (R/W) Interrupt Clear Pending Register … 1341 /** \brief Get Pending Interrupt 1343 The function reads the pending register in the NVIC and returns the pending bit 1348 \return 0 Interrupt status is not pending. 1349 \return 1 Interrupt status is pending. 1353 …[(uint32_t)(IRQn) >> 5] & (1 << ((uint32_t)(IRQn) & 0x1F)))?1:0)); /* Return 1 if pending else 0 */ in NVIC_GetPendingIRQ() 1357 /** \brief Set Pending Interrupt 1359 The function sets the pending bit of an external interrupt. 1365 …NVIC->ISPR[((uint32_t)(IRQn) >> 5)] = (1 << ((uint32_t)(IRQn) & 0x1F)); /* set interrupt pending */ in NVIC_SetPendingIRQ() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | mqtt.h | 153 * Pending request item, binds application callback to pending server requests 185 /** Packet identifier of pending incoming publish */ 193 /** Pending requests to server */
|
/nrf52832-nimble/nordic/cmsis/include/ |
H A D | core_cm0.h | 368 __IOM uint32_t ISPR[1U]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register */ 370 …__IOM uint32_t ICPR[1U]; /*!< Offset: 0x180 (R/W) Interrupt Clear Pending Register … 647 \brief Get Pending Interrupt 648 …\details Reads the pending register in the NVIC and returns the pending bit for the specified inte… 650 \return 0 Interrupt status is not pending. 651 \return 1 Interrupt status is pending. 660 \brief Set Pending Interrupt 661 \details Sets the pending bit of an external interrupt. 671 \brief Clear Pending Interrupt 672 \details Clears the pending bit of an external interrupt.
|
H A D | core_cm0plus.h | 382 __IOM uint32_t ISPR[1U]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register */ 384 …__IOM uint32_t ICPR[1U]; /*!< Offset: 0x180 (R/W) Interrupt Clear Pending Register … 763 \brief Get Pending Interrupt 764 …\details Reads the pending register in the NVIC and returns the pending bit for the specified inte… 766 \return 0 Interrupt status is not pending. 767 \return 1 Interrupt status is pending. 776 \brief Set Pending Interrupt 777 \details Sets the pending bit of an external interrupt. 787 \brief Clear Pending Interrupt 788 \details Clears the pending bit of an external interrupt.
|
H A D | core_sc000.h | 374 __IOM uint32_t ISPR[1U]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register */ 376 …__IOM uint32_t ICPR[1U]; /*!< Offset: 0x180 (R/W) Interrupt Clear Pending Register … 775 \brief Get Pending Interrupt 776 …\details Reads the pending register in the NVIC and returns the pending bit for the specified inte… 778 \return 0 Interrupt status is not pending. 779 \return 1 Interrupt status is pending. 788 \brief Set Pending Interrupt 789 \details Sets the pending bit of an external interrupt. 799 \brief Clear Pending Interrupt 800 \details Clears the pending bit of an external interrupt.
|
/nrf52832-nimble/nordic/nrfx/templates/ |
H A D | nrfx_glue.h | 113 * @brief Macro for setting a specific IRQ as pending. 120 * @brief Macro for clearing the pending status of a specific IRQ. 127 * @brief Macro for checking the pending status of a specific IRQ. 129 * @retval true If the IRQ is pending.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_hs_conn_test.c | 51 /* Ensure no current or pending connections. */ in TEST_CASE() 103 /* Ensure no current or pending connections. */ in TEST_CASE() 162 /* Ensure no current or pending connections. */ in TEST_CASE()
|
H A D | ble_gatt_write_test.c | 149 /* Send the pending ATT Prep Write Command. */ in ble_gatt_write_test_misc_long_good() 205 /* Send the pending ATT Prep Write Command. */ in ble_gatt_write_test_misc_long_bad() 334 /* Send the pending ATT Prep Write Command. */ in ble_gatt_write_test_misc_reliable_good() 383 /* Send the pending ATT Write Command. */ in TEST_CASE() 403 /* Send the pending ATT Write Command. */ in TEST_CASE()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/ |
H A D | nd6_priv.h | 77 /** Pointer to queue of pending outgoing packets on this entry. */ 80 /** Pointer to a single pending outgoing packet on this entry. */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/ |
H A D | nd6_priv.h | 77 /** Pointer to queue of pending outgoing packets on this entry. */ 80 /** Pointer to a single pending outgoing packet on this entry. */
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_twis.c | 68 NRFX_TWIS_SUBSTATE_READ_PENDING, ///< Reading is actually pending (data sending) 70 NRFX_TWIS_SUBSTATE_WRITE_PENDING, ///< Writing is actually pending (data receiving) 104 * Function clears all actually pending events 341 /* Any other bits requires further processing in PENDING substate */ in nrfx_twis_state_machine() 386 /* Any other bits requires further processing in PENDING substate */ in nrfx_twis_state_machine()
|