Home
last modified time | relevance | path

Searched refs:ERR_TIMEOUT (Results 1 – 13 of 13) sorted by relevance

/bsp/avr32/software_framework/utils/
A Dstatus_codes.h52 #if defined(__LWIP_ERR_H__) && defined(ERR_TIMEOUT)
53 #if (ERR_TIMEOUT != -3)
58 #error ASF developers: check lwip err.h new value for ERR_TIMEOUT
60 #undef ERR_TIMEOUT
76 ERR_TIMEOUT = -3, //!< Operation timed out enumerator
104 #define ERR_TIMEOUT -3 macro
/bsp/samd21/sam_d2x_asflib/common/services/spi/sam_spi/
A Dspi_master.c202 return ERR_TIMEOUT; in spi_write_packet()
235 return ERR_TIMEOUT; in spi_read_packet()
243 return ERR_TIMEOUT; in spi_read_packet()
276 return ERR_TIMEOUT; in spi_transceive_packet()
284 return ERR_TIMEOUT; in spi_transceive_packet()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/utils/include/
A Derr_codes.h48 #define ERR_TIMEOUT -8 macro
/bsp/microchip/samc21/bsp/hal/utils/include/
A Derr_codes.h48 #define ERR_TIMEOUT -8 macro
/bsp/microchip/saml10/bsp/hal/utils/include/
A Derr_codes.h48 #define ERR_TIMEOUT -8 macro
/bsp/microchip/same70/bsp/hal/utils/include/
A Derr_codes.h48 #define ERR_TIMEOUT -8 macro
/bsp/microchip/same54/bsp/hal/utils/include/
A Derr_codes.h48 #define ERR_TIMEOUT -8 macro
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/utils/include/
A Derr_codes.h48 #define ERR_TIMEOUT -8 macro
/bsp/samd21/sam_d2x_asflib/sam0/utils/
A Dstatus_codes.h129 ERR_TIMEOUT = -3, //!< Operation timed out enumerator
/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/
A Dsha204_i2c.c219 return (i2c_status == ERR_TIMEOUT ? SHA204_TIMEOUT : SHA204_RX_NO_RESPONSE); in sha204p_receive_response()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/include/
A Dhpl_usb_host.h113 USB_H_TIMEOUT = ERR_TIMEOUT,
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/include/
A Dhpl_usb_host.h113 USB_H_TIMEOUT = ERR_TIMEOUT,
/bsp/hpmicro/libraries/drivers/
A Ddrv_enet.c352 return ERR_TIMEOUT; in rt_hpm_eth_tx()
385 return ERR_TIMEOUT; in rt_hpm_eth_tx()

Completed in 37 milliseconds