/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/class/ |
H A D | mass.c | 23 * This function will do USBREQ_GET_MAX_LUN request for the usb interface instance. 25 * @param intf the interface instance. 40 rt_kprintf("the interface is not available\n"); in _pipe_check() 44 /* get usb device instance from the interface instance */ in _pipe_check() 47 /* get storage instance from the interface instance */ in _pipe_check() 88 * This function will do USBREQ_GET_MAX_LUN request for the usb interface instance. 90 * @param intf the interface instance. 108 rt_kprintf("the interface is not available\n"); in rt_usb_bulk_only_xfer() 112 /* get storage instance from the interface instance */ in rt_usb_bulk_only_xfer() 182 * This function will do USBREQ_GET_MAX_LUN request for the usb interface instance. [all …]
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | uip-fw.h | 52 * Representation of a uIP network interface. 55 struct uip_fw_netif *next; /**< Pointer to the next interface when 57 u16_t ipaddr[2]; /**< The IP address of this interface. */ 58 u16_t netmask[2]; /**< The netmask of the interface. */ 65 * Intantiating macro for a uIP network interface. 72 * \param ip1,ip2,ip3,ip4 The IP address of the network interface. 74 * \param nm1,nm2,nm3,nm4 The netmask of the network interface. 76 * \param outputfunc A pointer to the output function of the network interface. 87 * Set the IP address of a network interface. 89 * \param netif A pointer to the uip_fw_netif structure for the network interface. [all …]
|
H A D | uip_clock.h | 2 * \defgroup clock Clock interface 4 * The clock interface is the interface between the \ref timer "timer library" 6 * interface must be implemented for each platform that uses the \ref 9 * The clock interface does only one this: it measures time. The clock 10 * interface provides a macro, CLOCK_SECOND, which corresponds to one
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | netif.c | 3 * lwIP network interface abstraction 84 * Initialize a lwip network interface structure for a loopback interface 86 * @param netif the lwip network interface structure for this loopif 125 * Add a network interface to the list of lwIP netifs. 132 * @param init callback function that initializes the interface 145 /* reset new interface configuration state */ in netif_add() 200 LWIP_DEBUGF(NETIF_DEBUG, ("netif: added interface %c%c IP addr ", in netif_add() 212 * Change IP address configuration for a network interface (including netmask 215 * @param netif the network interface to change 230 * Remove a network interface from the list of lwIP netifs. [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/ |
H A D | if_api.c | 3 * Interface Identification APIs from: 4 * RFC 3493: Basic Socket Interface Extensions for IPv6 5 * Section 4: Interface Identification 7 * @defgroup if_api Interface Identification API 53 * Maps an interface index to its corresponding name. 54 * @param ifindex interface index 56 * @return If ifindex is an interface index, then the function shall return the 57 * value supplied in ifname, which points to a buffer now containing the interface name. 80 * Returs the interface index corresponding to name ifname. 81 * @param ifname Interface name [all …]
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | sdio_func_ids.h | 20 #define SDIO_FUNC_CODE_NONE 0x00 /* Not a SDIO standard interface */ 22 #define SDIO_FUNC_CODE_BT_A 0x02 /* SDIO Type-A for Bluetooth standard interface */ 23 #define SDIO_FUNC_CODE_BT_B 0x03 /* SDIO Type-B for Bluetooth standard interface */ 24 #define SDIO_FUNC_CODE_GPS 0x04 /* SDIO GPS standard interface */ 25 #define SDIO_FUNC_CODE_CAMERA 0x05 /* SDIO Camera standard interface */ 26 #define SDIO_FUNC_CODE_PHS 0x06 /* SDIO PHS standard interface */ 27 #define SDIO_FUNC_CODE_WLAN 0x07 /* SDIO WLAN interface */ 28 #define SDIO_FUNC_CODE_ATA 0x08 /* Embedded SDIO-ATA standard interface */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | netif.c | 3 * lwIP network interface abstraction 5 * @defgroup netif Network interface (NETIF) 133 * Initialize a lwip network interface structure for a loopback interface 135 * @param netif the lwip network interface structure for this loopif 215 * Add a network interface to the list of lwIP netifs. 222 * @param init callback function that initializes the interface 253 /* reset new interface configuration state */ in netif_add() 326 LWIP_DEBUGF(NETIF_DEBUG, ("netif: added interface %c%c IP", in netif_add() 343 * Change IP address configuration for a network interface (including netmask 346 * @param netif the network interface to change [all …]
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/class/ |
H A D | ecm.c | 21 /* RT-Thread LWIP ethernet interface */ 35 /* interface address info */ 73 /* communcation interface descriptor */ 78 /* Interface Association Descriptor */ 90 /* Interface Descriptor */ 139 /* data interface descriptor */ 143 /* interface descriptor */ 183 "Interface", /* INTERFACE */ 231 * This function will handle rndis interface request. 500 * @param comm the communication interface number. [all …]
|
H A D | cdc_vcom.c | 124 /* communcation interface descriptor */ 129 /* Interface Association Descriptor */ 141 /* Interface Descriptor */ 194 /* data interface descriptor */ 198 /* interface descriptor */ 245 "Interface", 422 * This function will handle cdc interface request. 538 * @param comm the communication interface number. 539 * @param data the data interface number. 597 /* create a cdc communication interface and a cdc data interface */ in rt_usbd_function_cdc_create() [all …]
|
/nrf52832-nimble/rt-thread/documentation/ |
H A D | roadmap-2.1.0.md | 9 …n problem here is that the BSD socket interface is entirely in lwIP protocol stack, while the file… 11 …ry working is the driver implementation, and then integrated with POSIX interface, it will be easi… 13 …on the end of Q1 2015. This version should include dfs_lwIP file system interface, and then make s… 34 …- Implement dfs_lwIP file system interface for DFS fd/lwIP socket interface. To implement select/p… 35 - More better integration between DFS and device file system interface(devfs). 37 …ation layer uses rt_device_* and devfs interface, firmware/driver developer uses device driver fra…
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_pdm.h | 73 * @brief PDM interface driver configuration structure. 77 nrf_pdm_mode_t mode; ///< Interface operation mode. 107 * @brief Handler for PDM interface ready events. 118 * @brief Function for initializing the PDM interface. 131 * @brief Function for uninitializing the PDM interface. 138 * @brief Function for getting the address of a PDM interface task. 150 * @brief Function for getting the state of the PDM interface. 152 * @retval true If the PDM interface is enabled. 153 * @retval false If the PDM interface is disabled. 171 * When this function is called, the PDM interface is stopped after finishing
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | netif.c | 3 * lwIP network interface abstraction 5 * @defgroup netif Network interface (NETIF) 144 * Initialize a lwip network interface structure for a loopback interface 146 * @param netif the lwip network interface structure for this loopif 234 * Add a network interface to the list of lwIP netifs. 250 * Add a network interface to the list of lwIP netifs. 257 * @param init callback function that initializes the interface 309 /* reset new interface configuration state */ in netif_add() 382 serve as an interface index that fits in a u8_t. in netif_add() 424 LWIP_DEBUGF(NETIF_DEBUG, ("netif: added interface %c%c IP", in netif_add() [all …]
|
/nrf52832-nimble/rt-thread/components/drivers/wlan/ |
H A D | wlan_mgnt.h | 76 * wifi init interface 83 * wifi station mode interface 96 * wifi ap mode interface 110 * wifi scan interface 123 * wifi auto connect interface 129 * wifi power management interface 135 * wifi event management interface 141 * wifi management lock interface
|
H A D | wlan_dev.h | 507 * wlan device station interface 514 * wlan device ap interface 521 * wlan device scan interface 527 * wlan device mac interface 533 * wlan device powersave interface 539 * wlan device event interface 546 * wlan device promisc interface 554 * wlan device filter interface 559 * wlan device channel interface 565 * wlan device country interface [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv6/ |
H A D | mld6.c | 86 * Stop MLD processing on interface 88 * @param netif network interface on which stop MLD processing 115 * Report MLD memberships for this interface 117 * @param netif network interface on which report MLD memberships 133 * @param ifp the network interface for which to look 157 * @param ifp the network interface for which to create 296 * Join a group on a network interface. 298 * @param srcaddr ipv6 address of the network interface which should 306 err_t err = ERR_VAL; /* no matching interface */ in mld6_joingroup() 312 /* Should we join this interface ? */ in mld6_joingroup() [all …]
|
/nrf52832-nimble/rt-thread/components/net/uip/rt-thread/ |
H A D | uip_netif.h | 68 /** whether the network interface is 'up'. this is 70 * interface is enabled and processes traffic. 77 /** if set, the interface is configured using DHCP */ 79 /** if set, the interface has an active link 80 * (set by the network interface driver) */ 107 * to send a packet on the interface. This function typically 112 * to send a packet on the interface. This function outputs 144 /** link level hardware address of this interface */ 150 /** number of this interface */ 208 /** The default network interface. */ [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/uart/ |
H A D | syscfg.yml | 49 description: 'The uart to use for the HCI uart interface' 52 description: 'The baud rate of the HCI uart interface' 55 description: 'Number of data bits used for HCI uart interface' 58 description: 'Number of stop bits used for HCI uart interface' 61 description: 'Parity used for HCI uart interface' 64 description: 'Flow control used for HCI uart interface'
|
/nrf52832-nimble/rt-thread/include/ |
H A D | rtthread.h | 39 * kernel object interface 72 * clock & timer interface 117 * thread interface 160 * idle thread interface 215 * memory management interface 219 * memory pool interface 244 * heap memory interface 273 * memory heap object interface 295 * semaphore interface 313 * mutex interface [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/ |
H A D | mld6.c | 91 * Stop MLD processing on interface 93 * @param netif network interface on which stop MLD processing 120 * Report MLD memberships for this interface 122 * @param netif network interface on which report MLD memberships 138 * @param ifp the network interface for which to look 162 * @param ifp the network interface for which to create 305 * If the group is to be joined on one particular interface, the given group 308 * @param srcaddr ipv6 address (zoned) of the network interface which should 317 err_t err = ERR_VAL; /* no matching interface */ in mld6_joingroup() 324 /* Should we join this interface ? */ in mld6_joingroup() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | igmp.c | 123 * Start IGMP processing on interface 125 * @param netif network interface on which start IGMP processing 155 * Stop IGMP processing on interface 157 * @param netif network interface on which stop IGMP processing 187 * Report IGMP memberships for this interface 189 * @param netif network interface on which report IGMP memberships 212 * @param ifp the network interface for which to look 238 * @param ifp the network interface for which to look 319 * @param inp network interface on which the packet was received 442 * Join a group on one network interface. [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/ |
H A D | igmp.c | 186 * Start IGMP processing on interface 188 * @param netif network interface on which start IGMP processing 218 * Stop IGMP processing on interface 220 * @param netif network interface on which stop IGMP processing 229 /* look for groups joined on this interface further down the list */ in igmp_stop() 232 /* is it a group joined on this interface? */ in igmp_stop() 262 * Report IGMP memberships for this interface 264 * @param netif network interface on which report IGMP memberships 284 * @param ifp the network interface for which to look 310 * @param ifp the network interface for which to look [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | igmp.c | 123 * Start IGMP processing on interface 125 * @param netif network interface on which start IGMP processing 155 * Stop IGMP processing on interface 157 * @param netif network interface on which stop IGMP processing 187 * Report IGMP memberships for this interface 189 * @param netif network interface on which report IGMP memberships 212 * @param ifp the network interface for which to look 238 * @param ifp the network interface for which to look 319 * @param inp network interface on which the packet was received 442 * Join a group on one network interface. [all …]
|
/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | nrf52840_peripherals.h | 160 /* Serial Peripheral Interface Master */ 164 /* Serial Peripheral Interface Master with DMA */ 193 /* Serial Peripheral Interface Slave with DMA*/ 201 /* Two Wire Interface Master */ 205 /* Two Wire Interface Master with DMA */ 212 /* Two Wire Interface Slave with DMA */ 283 /* Inter-IC Sound Interface */
|
H A D | nrf52832_peripherals.h | 158 /* Serial Peripheral Interface Master */ 162 /* Serial Peripheral Interface Master with DMA */ 186 /* Serial Peripheral Interface Slave with DMA*/ 194 /* Two Wire Interface Master */ 198 /* Two Wire Interface Master with DMA */ 205 /* Two Wire Interface Slave with DMA */ 273 /* Inter-IC Sound Interface */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | netif.h | 63 /** Whether the network interface is 'up'. This is 65 * interface is enabled and processes traffic. 76 /** If set, the interface is configured using DHCP. 79 /** If set, the interface has an active link 80 * (set by the network interface driver). 149 * to send a packet on the interface. This function typically 153 * to send a packet on the interface. This function outputs 189 /** link level hardware address of this interface */ 195 /** number of this interface */ 254 /** The default network interface. */ [all …]
|