Home
last modified time | relevance | path

Searched +full:fail +full:- +full:fast (Results 1 – 3 of 3) sorted by relevance

/hal_gigadevice-latest/.github/workflows/
Dtest.yml7 runs-on: ubuntu-latest
9 fail-fast: false
11 python-version:
12 - "3.7"
13 - "3.8"
14 - "3.9"
15 - "3.10"
17 - uses: actions/checkout@v1
18 - name: Set up Python
19 uses: actions/setup-python@v1
[all …]
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_enet.h5 \version 2016-08-15, V1.0.0, firmware for GD32F4xx
6 \version 2018-12-12, V2.0.0, firmware for GD32F4xx
7 \version 2020-09-30, V2.1.0, firmware for GD32F4xx
8 \version 2022-03-09, V3.0.0, firmware for GD32F4xx
90 …OPBACK ((uint16_t)0x4000) /*!< enable phy loop-back mode */
91 …uint16_t)0x2100) /*!< configure speed to 100 Mbit/s and the full-duplex mode */
92 …uint16_t)0x2000) /*!< configure speed to 100 Mbit/s and the half-duplex mode */
93 …(uint16_t)0x0100) /*!< configure speed to 10 Mbit/s and the full-duplex mode */
94 …(uint16_t)0x0000) /*!< configure speed to 10 Mbit/s and the half-duplex mode */
95 #define PHY_AUTONEGOTIATION ((uint16_t)0x1000) /*!< enable auto-ne…
[all …]
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_enet.h5 \version 2020-03-10, V1.0.0, firmware for GD32E50x
6 \version 2020-08-26, V1.1.0, firmware for GD32E50x
7 \version 2021-03-23, V1.2.0, firmware for GD32E50x
88 …OPBACK ((uint16_t)0x4000) /*!< enable phy loop-back mode */
89 …uint16_t)0x2100) /*!< configure speed to 100 Mbit/s and the full-duplex mode */
90 …uint16_t)0x2000) /*!< configure speed to 100 Mbit/s and the half-duplex mode */
91 …(uint16_t)0x0100) /*!< configure speed to 10 Mbit/s and the full-duplex mode */
92 …(uint16_t)0x0000) /*!< configure speed to 10 Mbit/s and the half-duplex mode */
93 #define PHY_AUTONEGOTIATION ((uint16_t)0x1000) /*!< enable auto-ne…
94 #define PHY_RESTART_AUTONEGOTIATION ((uint16_t)0x0200) /*!< restart auto-n…
[all …]