Home
last modified time | relevance | path

Searched defs:link (Results 1 – 25 of 26) sorted by relevance

12

/hal_espressif-3.6.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/
Demk_rules.py1 c, link = emk.module("c", "link") variable
Demk_project.py3 c, link, asm, utils = emk.module("c", "link", "asm", "utils") variable
/hal_espressif-3.6.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/test/
Demk_rules.py1 c, link = emk.module("c", "link") variable
/hal_espressif-3.6.0/components/esp_eth/src/
Desp_eth_phy_w5500.c36 uint8_t link: 1; /*!< Link status */ member
66 eth_link_t link = phycfg.link ? ETH_LINK_UP : ETH_LINK_DOWN; in w5500_update_link_duplex_speed() local
Desp_eth.c46 eth_link_t link; member
120 eth_link_t link = (eth_link_t)args; in eth_on_state_changed() local
Desp_eth_phy_ksz8851snl.c56 eth_link_t link = (status & P1SR_LINK_GOOD) ? ETH_LINK_UP : ETH_LINK_DOWN; in ksz8851_update_link_duplex_speed() local
Desp_eth_phy_rtl8201.c94 eth_link_t link = bmsr.link_status ? ETH_LINK_UP : ETH_LINK_DOWN; in rtl8201_update_link_duplex_speed() local
Desp_eth_mac_openeth.c179 static esp_err_t emac_opencores_set_link(esp_eth_mac_t *mac, eth_link_t link) in emac_opencores_set_link()
Desp_eth_phy_dm9051.c100 eth_link_t link = bmsr.link_status ? ETH_LINK_UP : ETH_LINK_DOWN; in dm9051_update_link_duplex_speed() local
Desp_eth_phy_dp83848.c101 eth_link_t link = physts.link_status ? ETH_LINK_UP : ETH_LINK_DOWN; in dp83848_update_link_duplex_speed() local
Desp_eth_phy_ip101.c132 eth_link_t link = cssr.link_up ? ETH_LINK_UP : ETH_LINK_DOWN; in ip101_update_link_duplex_speed() local
Desp_eth_phy_ksz80xx.c100 eth_link_t link = bmsr.link_status ? ETH_LINK_UP : ETH_LINK_DOWN; in ksz80xx_update_link_duplex_speed() local
Desp_eth_mac_esp.c148 static esp_err_t emac_esp32_set_link(esp_eth_mac_t *mac, eth_link_t link) in emac_esp32_set_link()
Desp_eth_mac_ksz8851snl.c507 static esp_err_t emac_ksz8851_set_link(esp_eth_mac_t *mac, eth_link_t link) in emac_ksz8851_set_link()
Desp_eth_mac_w5500.c416 static esp_err_t emac_w5500_set_link(esp_eth_mac_t *mac, eth_link_t link) in emac_w5500_set_link()
Desp_eth_mac_dm9051.c514 static esp_err_t emac_dm9051_set_link(esp_eth_mac_t *mac, eth_link_t link) in emac_dm9051_set_link()
Desp_eth_phy_lan87xx.c237 eth_link_t link = bmsr.link_status ? ETH_LINK_UP : ETH_LINK_DOWN; in lan87xx_update_link_duplex_speed() local
/hal_espressif-3.6.0/components/mqtt/host_test/mocks/include/sys/
Dqueue.h4 #define QMD_SAVELINK(name, link) void **name = (void *)&(link) argument
/hal_espressif-3.6.0/examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3/main/
Dmain.c46 lldesc_t link; member
/hal_espressif-3.6.0/examples/ethernet/enc28j60/components/eth_enc28j60/
Desp_eth_phy_enc28j60.c112 eth_link_t link = phstat.lstat ? ETH_LINK_UP : ETH_LINK_DOWN; in enc28j60_update_link_duplex_speed() local
Desp_eth_mac_enc28j60.c830 static esp_err_t emac_enc28j60_set_link(esp_eth_mac_t *mac, eth_link_t link) in emac_enc28j60_set_link()
/hal_espressif-3.6.0/components/vfs/include/
Desp_vfs.h134 …int (*link)(const char* n1, const char* n2); /*!< … member
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dgdma_struct.h150 } link; member
310 } link; member
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dprov.c190 static struct prov_link link; variable
/hal_espressif-3.6.0/components/driver/
Di2c.c1378 static bool is_cmd_link_buffer_internal(const i2c_cmd_link_t *link) in is_cmd_link_buffer_internal()

12