/nrf52832-nimble/packages/NimBLE-latest/porting/npl/riot/include/syscfg/ |
H A D | syscfg.h | 43 /*** hw/bsp/nrf52840pdk */ 156 /*** hw/mcu/nordic/nrf52xxx */ 173 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */ 206 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */ 211 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */ 216 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */ 221 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */ 226 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */ 231 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */ 236 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */ [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/hal/ |
H A D | hal_timer.h | 43 * as desired. They are enqueued on a particular HW timer queue when the user 64 * Initialize a HW timer. 66 * @param timer_num The number of the HW timer to initialize 73 * Un-initialize a HW timer. 75 * @param timer_num The number of the HW timer to un-initialize 80 * Config a HW timer at the given frequency and start it. If the exact 83 * @param timer_num The number of the HW timer to configure 91 * Returns the resolution of the HW timer. NOTE: the frequency may not be 96 * @param timer_num The number of the HW timer to get resolution for 103 * Returns the HW timer current tick value [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_hw.h | 35 /* Returns the number of hw whitelist elements */ 41 /* Remove a device from the hw whitelist */ 44 /* Add a device to the hw whitelist */ 47 /* Enable hw whitelisting */ 50 /* Enable hw whitelisting */ 88 /* Add a device to the hw resolving list */ 91 /* Remove a device from the hw resolving list */ 94 /* Returns the size of the whitelist in HW */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/native/src/ |
H A D | ble_hw.c | 61 * Add a device to the hw whitelist 75 * Remove a device from the hw whitelist 88 * Returns the size of the whitelist in HW 194 * Add a device to the hw resolving list 207 * Remove a device from the hw resolving list 218 * allowable entries in the HW. Configuration options may limit this.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_whitelist.c | 146 * NOTE: This API uses the HW, if present, to determine if there was a match 147 * between a received address and an address in the whitelist. If the HW does 162 * XXX: This should be changed. This is HW specific: some HW may be able in ble_ll_whitelist_match() 164 * current BLE hw cannot support this. in ble_ll_whitelist_match() 252 * Note: This function has no effect if we are not using HW whitelisting 265 * Note: This function has no effect if we are not using HW whitelisting
|
H A D | ble_ll_resolv.c | 185 /* Sets total on list to 0. Clears HW resolve list */ in ble_ll_resolv_list_clr() 306 /* Add peer IRK to HW resolving list. Should always succeed since we in ble_ll_resolv_list_add() 354 /* Remove from HW list */ in ble_ll_resolv_list_rmv()
|
/nrf52832-nimble/packages/NimBLE-latest/porting/examples/linux/include/syscfg/ |
H A D | syscfg.h | 24 /*** hw/bsp/nrf52840pdk */ 85 /*** hw/drivers/nimble/nrf52 */ 102 /*** hw/mcu/nordic/nrf52xxx */ 111 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */ 136 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */ 178 /* Overridden by hw/bsp/nrf52840pdk (defined by kernel/os) */ 183 /* Overridden by hw/bsp/nrf52840pdk (defined by kernel/os) */ 426 /* Overridden by hw/bsp/nrf52840pdk (defined by net/nimble/controller) */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/ |
H A D | ble_hw.c | 130 * Add a device to the hw whitelist 162 * Remove a device from the hw whitelist 208 * Returns the size of the whitelist in HW 421 * Add a device to the hw resolving list 447 * Remove a device from the hw resolving list 467 * allowable entries in the HW. Configuration options may limit this.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf51/src/ |
H A D | ble_hw.c | 124 * Add a device to the hw whitelist 156 * Remove a device from the hw whitelist 202 * Returns the size of the whitelist in HW 411 * Add a device to the hw resolving list 437 * Remove a device from the hw resolving list 457 * allowable entries in the HW. Configuration options may limit this.
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_nfct.c | 68 …ER_INSTANCE 4 /**< Timer instance used for various workarounds for the NFCT HW issues.*/ 77 … 1u /**< The maximal difference between the requested FWT and HW-limited FWT settings… 343 // Restore general HW configuration. in nrfx_nfct_reset() 473 /* Initialize Timer module as the workaround for NFCT HW issues. */ in nrfx_nfct_init() 508 /* Initialize Timer module as the workaround for NFCT HW issues. */ in nrfx_nfct_uninit() 856 … /* Clear FRAMEDELAYTIMEOUT error (expected HW behaviour) when SLP_REQ command was received. */ in nrfx_nfct_irq_handler()
|
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/ |
H A D | gic.c | 162 rt_kprintf("--- hw mask ---\n"); in arm_gic_dump() 169 rt_kprintf("\n--- hw pending ---\n"); in arm_gic_dump() 176 rt_kprintf("\n--- hw active ---\n"); in arm_gic_dump()
|
/nrf52832-nimble/rt-thread/libcpu/arm/am335x/ |
H A D | interrupt.c | 38 rt_kprintf("\n--- hw mask ---\n"); in rt_dump_aintc() 43 rt_kprintf("\n--- hw itr ---\n"); in rt_dump_aintc()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/ |
H A D | autoip.c | 482 /* when ip.src == llipaddr && hw.src != netif->hwaddr in autoip_arp_reply() 484 * when probing ip.dst == llipaddr && hw.src != netif->hwaddr in autoip_arp_reply() 504 * ip.dst == llipaddr && hw.src != own hwaddr in autoip_arp_reply() 516 * ip.src == llipaddr && hw.src != own hwaddr in autoip_arp_reply()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | autoip.c | 459 /* when ip.src == llipaddr && hw.src != netif->hwaddr in autoip_arp_reply() 461 * when probing ip.dst == llipaddr && hw.src != netif->hwaddr in autoip_arp_reply() 479 * ip.dst == llipaddr && hw.src != own hwaddr in autoip_arp_reply() 492 * ip.src == llipaddr && hw.src != own hwaddr in autoip_arp_reply()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | autoip.c | 459 /* when ip.src == llipaddr && hw.src != netif->hwaddr in autoip_arp_reply() 461 * when probing ip.dst == llipaddr && hw.src != netif->hwaddr in autoip_arp_reply() 479 * ip.dst == llipaddr && hw.src != own hwaddr in autoip_arp_reply() 492 * ip.src == llipaddr && hw.src != own hwaddr in autoip_arp_reply()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/uart/ |
H A D | pkg.yml | 29 - "@apache-mynewt-core/hw/hal"
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/ |
H A D | pkg.yml | 29 - "@apache-mynewt-core/hw/hal"
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/native/include/ble/ |
H A D | xcvr.h | 37 * Define HW whitelist size. This is the total possible whitelist size;
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/include/ble/ |
H A D | xcvr.h | 43 * Define HW whitelist size. This is the total possible whitelist size;
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf51/include/ble/ |
H A D | xcvr.h | 39 * Define HW whitelist size. This is the total possible whitelist size;
|
/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/ |
H A D | sample.rst | 13 newt target set blemesh bsp=@apache-mynewt-core/hw/bsp/nrf52840pdk
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | pkg.yml | 41 - "@apache-mynewt-core/hw/drivers/rtt"
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/ |
H A D | uffs_flash.h | 59 { "none", "soft", "hw", "auto" } // index is the ecc option value. 105 int ecc_opt; //!< ecc option ( #UFFS_ECC_[NONE|SOFT|HW|HW_AUTO] )
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_uart.h | 151 NRF_UART_HWFC_DISABLED = UART_CONFIG_HWFC_Disabled, /**< HW flow control disabled. */ 152 NRF_UART_HWFC_ENABLED = UART_CONFIG_HWFC_Enabled, /**< HW flow control enabled. */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/unit/dhcp/ |
H A D | test_dhcp.c | 23 0x01, 0x06, /* Hw Ethernet, 6 bytes addrlen */ 66 0x01, 0x06, /* Hw type Eth, len 6 */ 107 0x00, 0x01, /* hw eth */ 109 0x06, /* hw addr len 6 */ 703 0x00, 0x01, /* HW: Ethernet */ in START_TEST() 705 0x06, /* HW size */ in START_TEST() 916 0x01, 0x06, /* Hw Ethernet, 6 bytes addrlen */ in START_TEST()
|