/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_qdec.h | 103 …**< Mask for disabling the QDEC periperal. When disabled, the QDEC decoder pins are not active. */ 104 …BLE_Enabled /**< Mask for enabling the QDEC periperal. When enabled, the QDEC pins are active. */ 120 * @brief Active LED polarity. 124 …NRF_QDEC_LEPOL_ACTIVE_LOW = QDEC_LEDPOL_LEDPOL_ActiveLow, /**< QDEC LED active on output pin low.… 125 …NRF_QDEC_LEPOL_ACTIVE_HIGH = QDEC_LEDPOL_LEDPOL_ActiveHigh /**< QDEC LED active on output pin high… 343 * @brief Function for setting the active level for the LED. 344 * @param[in] pol Active level for the LED. 349 * @brief Function for retrieving the active level for the LED. 350 * @return Active level for the LED.
|
H A D | nrf_clock.h | 269 * @brief Function for retrieving the active source of the low-frequency clock. 272 * is the active source of the low-frequency clock. 274 * is the active source of the low-frequency clock. 276 * the HFCLK is the active source of the low-frequency clock. 310 * @brief Function for retrieving the active source of the high-frequency clock. 312 * @retval NRF_CLOCK_HFCLK_LOW_ACCURACY If the internal RC oscillator is the active 314 * @retval NRF_CLOCK_HFCLK_HIGH_ACCURACY If an external crystal oscillator is the active
|
H A D | nrf_spi.h | 96 NRF_SPI_MODE_0, ///< SCK active high, sample on leading edge of clock. 97 NRF_SPI_MODE_1, ///< SCK active high, sample on trailing edge of clock. 98 NRF_SPI_MODE_2, ///< SCK active low, sample on leading edge of clock. 99 NRF_SPI_MODE_3 ///< SCK active low, sample on trailing edge of clock.
|
H A D | nrf_spim.h | 152 NRF_SPIM_MODE_0, ///< SCK active high, sample on leading edge of clock. 153 NRF_SPIM_MODE_1, ///< SCK active high, sample on trailing edge of clock. 154 NRF_SPIM_MODE_2, ///< SCK active low, sample on leading edge of clock. 155 NRF_SPIM_MODE_3 ///< SCK active low, sample on trailing edge of clock. 173 NRF_SPIM_CSN_POL_LOW = SPIM_CSNPOL_CSNPOL_LOW, ///< Active low (idle state high). 174 NRF_SPIM_CSN_POL_HIGH = SPIM_CSNPOL_CSNPOL_HIGH ///< Active high (idle state low).
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/ |
H A D | syscfg.yml | 22 Enable support for changing PHY preference on active connection. 29 GPIO pins for changing PHY preference on active connection. This 35 GPIO pins for indicating current PHY on active connection. This
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_dtm.c | 52 int active; member 166 if (!ctx->active || !ctx->om) { in ble_ll_dtm_ev_tx_resched_cb() 193 if (!ctx->active) { in ble_ll_dtm_tx_done() 209 if (!ctx->active) { in ble_ll_dtm_tx_sched_cb() 355 g_ble_ll_dtm_ctx.active = 1; in ble_ll_dtm_tx_create_ctx() 399 g_ble_ll_dtm_ctx.active = 1; in ble_ll_dtm_rx_create_ctx() 421 if (!ctx->active) { in ble_ll_dtm_ctx_free() 448 if (g_ble_ll_dtm_ctx.active) { in ble_ll_dtm_tx_test() 491 if (g_ble_ll_dtm_ctx.active) { in ble_ll_dtm_rx_test() 562 if (!g_ble_ll_dtm_ctx.active) { in ble_ll_dtm_rx_isr_end()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | pppoe.h | 129 #define PPPOE_CODE_PADI 0x09 /* Active Discovery Initiation */ 130 #define PPPOE_CODE_PADO 0x07 /* Active Discovery Offer */ 131 #define PPPOE_CODE_PADR 0x19 /* Active Discovery Request */ 132 #define PPPOE_CODE_PADS 0x65 /* Active Discovery Session confirmation */ 133 #define PPPOE_CODE_PADT 0xA7 /* Active Discovery Terminate */
|
H A D | ppp_opts.h | 76 * MEMP_NUM_PPP_PCB: the number of simultaneously active PPP 86 * MEMP_NUM_PPPOS_INTERFACES: the number of concurrently active PPPoS 94 * MEMP_NUM_PPPOE_INTERFACES: the number of concurrently active PPPoE 102 * MEMP_NUM_PPPOL2TP_INTERFACES: the number of concurrently active PPPoL2TP
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | pppoe.h | 133 #define PPPOE_CODE_PADI 0x09 /* Active Discovery Initiation */ 134 #define PPPOE_CODE_PADO 0x07 /* Active Discovery Offer */ 135 #define PPPOE_CODE_PADR 0x19 /* Active Discovery Request */ 136 #define PPPOE_CODE_PADS 0x65 /* Active Discovery Session confirmation */ 137 #define PPPOE_CODE_PADT 0xA7 /* Active Discovery Terminate */
|
H A D | ppp_opts.h | 78 * MEMP_NUM_PPP_PCB: the number of simultaneously active PPP 98 * MEMP_NUM_PPPOS_INTERFACES: the number of concurrently active PPPoS 106 * MEMP_NUM_PPPOE_INTERFACES: the number of concurrently active PPPoE 114 * MEMP_NUM_PPPOL2TP_INTERFACES: the number of concurrently active PPPoL2TP
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/netif/ |
H A D | ppp_oe.h | 130 #define PPPOE_CODE_PADI 0x09 /* Active Discovery Initiation */ 131 #define PPPOE_CODE_PADO 0x07 /* Active Discovery Offer */ 132 #define PPPOE_CODE_PADR 0x19 /* Active Discovery Request */ 133 #define PPPOE_CODE_PADS 0x65 /* Active Discovery Session confirmation */ 134 #define PPPOE_CODE_PADT 0xA7 /* Active Discovery Terminate */
|
/nrf52832-nimble/rt-thread/libcpu/arm/lpc24xx/ |
H A D | start_rvds.S | 511 ;// <h> Dynamic Memory Active to Precharge Command Period Register (EMCDynamictRAS) 512 ;// <o1.0..3> tRAS: Active to precharge command period <1-16> <#-1> 522 ;// <h> Dynamic Memory Last Data Out to Active Time Register (EMCDynamictAPR) 523 ;// <o3.0..3> tAPR: Last-data-out to active command time <1-16> <#-1> 527 ;// <h> Dynamic Memory Data-in to Active Command Time Register (EMCDynamictDAL) 528 ;// <o4.0..3> tDAL: Data-in to active command time <1-16> <#-1> 537 ;// <h> Dynamic Memory Active to Active Command Period Register (EMCDynamictRC) 538 ;// <o6.0..4> tRC: Active to active command period <1-32> <#-1> 543 ;// <o7.0..4> tRFC: Auto-refresh period and auto-refresh to active command period <1-32> <#… 548 ;// <o8.0..4> tXSR: Exit self-refresh to active command time <1-32> <#-1> [all …]
|
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/ |
H A D | csi_core.h | 80 \brief Get Active Interrupt 81 …\details Reads the active register in the NVIC and returns the active bit for the device specific … 83 \return 0 Interrupt status is not active. 84 \return 1 Interrupt status is active.
|
/nrf52832-nimble/rt-thread/libcpu/xilinx/microblaze/ |
H A D | trap.c | 107 * the interrupt controller is active. It will resolve which interrupts are 108 * active and enabled and call the appropriate interrupt handler. It uses 147 /* Service each interrupt that is active and enabled by checking each in rt_hw_trap_irq() 165 /* The interrupt is active and enabled, call the in rt_hw_trap_irq()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_hs_pvcy_test.c | 296 /** No active GAP procedures. */ 305 /*** Advertising active. */ 332 /*** Discovery active. */ 359 /*** Connect active. */ 397 /*** Advertising and discovery active. */ 436 /*** Advertising and connecting active. */
|
/nrf52832-nimble/rt-thread/components/drivers/spi/ |
H A D | spi_wifi_rw009.c | 56 rt_uint8_t active; member 150 wifi_device->active = 1; in resp_handler() 155 wifi_device->active = 1; in resp_handler() 195 wifi_device->active = 1; in resp_handler() 419 if (wifi_device->active) in spi_wifi_transfer() 429 SPI_DEBUG("!active, RX drop.\n"); in spi_wifi_transfer() 543 if (!wifi_device->active) in rw009_wifi_tx() 545 WIFI_DEBUG("!active, TX drop!\n"); in rw009_wifi_tx() 801 if(wifi_device->active == 0) in rw009_rssi()
|
/nrf52832-nimble/rt-thread/libcpu/c-sky/ck802/ |
H A D | core_ck802.c | 173 \brief Get Active Interrupt 174 …\details Reads the active register in the NVIC and returns the active bit for the device specific … 176 \return 0 Interrupt status is not active. 177 \return 1 Interrupt status is active.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | tcp.c | 369 are in an active state, call the receive function associated with in tcp_abandon() 727 /* Don't check listen- and bound-PCBs, check active- and TIME-WAIT PCBs. */ in tcp_connect() 802 /* Steps through all of the active PCBs. */ in tcp_slowtmr() 806 LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: no active pcbs\n")); in tcp_slowtmr() 809 LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: processing active pcb\n")); in tcp_slowtmr() 810 LWIP_ASSERT("tcp_slowtmr: active pcb->state != CLOSED\n", pcb->state != CLOSED); in tcp_slowtmr() 811 LWIP_ASSERT("tcp_slowtmr: active pcb->state != LISTEN\n", pcb->state != LISTEN); in tcp_slowtmr() 812 LWIP_ASSERT("tcp_slowtmr: active pcb->state != TIME-WAIT\n", pcb->state != TIME_WAIT); in tcp_slowtmr() 1211 * Kills the oldest active connection that has the same or lower priority than 1226 /* We kill the oldest active connection that has lower priority than prio. */ in tcp_kill_prio() [all …]
|
/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/ |
H A D | cmsis_rtthread.c | 21 /// Create a thread and add it to Active Threads and set it to state READY 72 /// Change prority of an active thread 91 /// Get current prority of an active thread
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_usbd.h | 516 * This may take up to 20 ms for the bus to become active. 519 * @retval false No WakeUp procedure started - bus is already active. 529 * @retval false USBD peripheral is active. 548 * @brief Default active interrupt configuration. 565 * @retval false USBD bus is active. 570 * @brief Force the bus state to active 636 * Disable all endpoints that can be disabled in USB device while it is still active. 647 * @note Data buffer pointed by p_data have to be kept active till
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/ |
H A D | lwipopts.h | 244 /* the number of UDP protocol control blocks. One per active RAW "connection". */ 249 /* the number of UDP protocol control blocks. One per active UDP "connection". */ 254 /* the number of simulatenously active TCP connections. */ 492 /* MEMP_NUM_SYS_TIMEOUT: the number of simulateously active timeouts. */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | tcp.c | 477 are in an active state, call the receive function associated with in tcp_abandon() 917 /* Don't check listen- and bound-PCBs, check active- and TIME-WAIT PCBs. */ in tcp_connect() 995 /* Steps through all of the active PCBs. */ in tcp_slowtmr() 999 LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: no active pcbs\n")); in tcp_slowtmr() 1002 LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: processing active pcb\n")); in tcp_slowtmr() 1003 LWIP_ASSERT("tcp_slowtmr: active pcb->state != CLOSED\n", pcb->state != CLOSED); in tcp_slowtmr() 1004 LWIP_ASSERT("tcp_slowtmr: active pcb->state != LISTEN\n", pcb->state != LISTEN); in tcp_slowtmr() 1005 LWIP_ASSERT("tcp_slowtmr: active pcb->state != TIME-WAIT\n", pcb->state != TIME_WAIT); in tcp_slowtmr() 1291 /** Call tcp_output for all active pcbs that have TF_NAGLEMEMERR set */ 1453 * Kills the oldest active connection that has the same or lower priority than [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/src/ |
H A D | os_callout.c | 67 // TODO: seek native posix method to determine whether timer_t is active. in ble_npl_callout_is_active() 68 // TODO: fix bug where one-shot timer is still active after fired. in ble_npl_callout_is_active()
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_usbd.c | 1245 NRFX_LOG_DEBUG("USBD event: WUREQ (%s)", m_bus_suspend ? "In Suspend" : "Active"); in ev_usbevent_handler() 1533 uint32_t active = 0; in nrfx_usbd_irq_handler() local 1541 active |= 1UL << event_nr; in nrfx_usbd_irq_handler() 1549 if ((!m_dma_pending) && (0 != (active & (USBD_INTEN_SOF_Msk)))) in nrfx_usbd_irq_handler() 1606 active |= USBD_INTEN_EP0SETUP_Msk; in nrfx_usbd_irq_handler() 1610 active |= USBD_INTEN_USBRESET_Msk; in nrfx_usbd_irq_handler() 1622 active |= enabled & NRF_USBD_INT_DATAEP_MASK; in nrfx_usbd_irq_handler() 1631 active |= NRF_USBD_INT_EP0DATADONE_MASK; in nrfx_usbd_irq_handler() 1637 /* Process the active interrupts */ in nrfx_usbd_irq_handler() 1638 bool setup_active = 0 != (active & NRF_USBD_INT_EP0SETUP_MASK); in nrfx_usbd_irq_handler() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_gap.h | 54 /** 30 ms; active scanning. */ 57 /** 60 ms; active scanning. */ 66 /** 30 ms; active scanning. */ 69 /* 30.72 seconds; active scanning. */ 805 * Stops the currently-active advertising procedure. A success return 821 * @return 0 on success, BLE_HS_EALREADY if there is no active advertising 928 * This parameter is ignored unless active 1081 * BLE_HS_EALREADY if there is no active connect
|