Home
last modified time | relevance | path

Searched +full:runs +full:- +full:on (Results 1 – 5 of 5) sorted by relevance

/hal_atmel-3.6.0/.github/workflows/
Dlicense_check.yml3 on: [pull_request]
7 runs-on: ubuntu-latest
10 - uses: actions/checkout@v1
11 - name: Scan the code
13 uses: zephyrproject-rtos/action_scancode@v4
15 directory-to-scan: 'scan/'
16 - name: Artifact Upload
17 uses: actions/upload-artifact@v1
22 - name: Verify
24 test ! -s ./artifacts/report.txt || (cat ./artifacts/report.txt && exit 1 )
Dtest.yml3 on: [push, pull_request]
7 runs-on: ubuntu-latest
9 fail-fast: false
11 python-version:
12 - "3.7"
13 - "3.8"
14 - "3.9"
15 - "3.10"
16 - "3.11"
18 - uses: actions/checkout@v1
[all …]
/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/spi_flash/include/
Dspi_flash_map.h7 * Copyright (c) 2016-2017 Atmel Corporation. All rights reserved.
28 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE
33 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
112 * "L:xxxK" -means-> location :xxxK
113 * "S:xxxK" -means-> Size is :xxxK
139 #define M2M_GAIN_FLASH_SZ (M2M_CONFIG_SECT_TOTAL_SZ - M2M_PLL_FLASH_SZ)
228 * App(Cortus App 4M): App. which runs over firmware
232 #define M2M_APP_4M_MEM_FLASH_OFFSET (FLASH_4M_TOTAL_SZ - M2M_APP_4M_MEM_FLASH_SZ)
/hal_atmel-3.6.0/asf/sam/include/sam4e/instance/
Dgmac.h1 /* ---------------------------------------------------------------------------- */
4 /* ---------------------------------------------------------------------------- */
12 /* - Redistributions of source code must retain the above copyright notice, */
20 /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE */
24 /* OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */
28 /* ---------------------------------------------------------------------------- */
80 #define REG_GMAC_TUR (0x40034134U) /**< \brief (GMAC) Transmit Under Runs Register */
172 #define REG_GMAC_TUR (*(RoReg*)0x40034134U) /**< \brief (GMAC) Transmit Under Runs Register */
/hal_atmel-3.6.0/asf/sam/include/sam4e/component/
Dgmac.h1 /* ---------------------------------------------------------------------------- */
4 /* ---------------------------------------------------------------------------- */
12 /* - Redistributions of source code must retain the above copyright notice, */
20 /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE */
24 /* OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */
28 /* ---------------------------------------------------------------------------- */
89 RoReg GMAC_TUR; /**< \brief (Gmac Offset: 0x134) Transmit Under Runs Register */
138 /* -------- GMAC_NCR : (GMAC Offset: 0x000) Network Control Register -------- */
154 #define GMAC_NCR_ENPBPR (0x1u << 16) /**< \brief (GMAC_NCR) Enable PFC Priority-based Pause Recepti…
155 #define GMAC_NCR_TXPBPF (0x1u << 17) /**< \brief (GMAC_NCR) Transmit PFC Priority-based Pause Frame…
[all …]