Home
last modified time | relevance | path

Searched +full:requirements +full:- +full:test (Results 1 – 25 of 42) sorted by relevance

12

/hal_stm32-2.7.6/.github/workflows/
Dtest.yml1 name: Test
7 runs-on: ubuntu-latest
9 fail-fast: false
11 python-version: [3.6, 3.7, 3.8]
13 - uses: actions/checkout@v1
14 - name: Set up Python
15 uses: actions/setup-python@v1
17 python-version: ${{ matrix.python-version }}
18 - name: install dependencies
20 pip3 install -r scripts/requirements.txt
[all …]
/hal_stm32-2.7.6/scripts/tests/
DREADME.md10 pip install -r scripts/requirements-test.txt
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_adc.c7 * + Initialization and de-initialization functions
16 (#) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
21 (#) Data alignment with in-built data coherency.
22 (#) Channel-wise programmable sampling time.
29 (#) ADC supply requirements: 2.4 V to 3.6 V at full speed and down to 1.8 V at
172 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
194 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
240 * This software component is licensed by ST under BSD 3-Clause license,
243 * opensource.org/licenses/BSD-3-Clause
248 /* Includes ------------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_adc.c7 * + Initialization and de-initialization functions
16 (#) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
21 (#) Data alignment with in-built data coherency.
22 (#) Channel-wise programmable sampling time.
29 (#) ADC supply requirements: 2.4 V to 3.6 V at full speed and down to 1.8 V at
181 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
203 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
249 * This software component is licensed by ST under BSD 3-Clause license,
252 * opensource.org/licenses/BSD-3-Clause
257 /* Includes ------------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_adc.c7 * + Initialization and de-initialization functions
16 (#) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
21 (#) Data alignment with in-built data coherency.
22 (#) Channel-wise programmable sampling time.
29 (#) ADC supply requirements: 2.4 V to 3.6 V at full speed and down to 1.8 V at
172 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
194 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
240 * This software component is licensed by ST under BSD 3-Clause license,
243 * opensource.org/licenses/BSD-3-Clause
248 /* Includes ------------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_adc.c8 * + Initialization and de-initialization functions
28 (+) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution
37 (+) Data alignment with in-built data coherency.
50 (+) ADC supply requirements: 2.4 V to 3.6 V at full speed and down to 1.8 V at
53 (+) ADC input range: from Vref- (connected to Vssa) to Vref+ (connected to
265 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
283 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
325 * This software component is licensed by ST under BSD 3-Clause license,
328 * opensource.org/licenses/BSD-3-Clause
333 /* Includes ------------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_adc_ex.h12 * This software component is licensed by ST under BSD 3-Clause license,
15 * opensource.org/licenses/BSD-3-Clause
20 /* Define to prevent recursive inclusion -------------------------------------*/
28 /* Includes ------------------------------------------------------------------*/
39 /* Exported types ------------------------------------------------------------*/
52 …* - Scope entire ADC (affects regular and injected groups): ClockPrescaler, Resolution, D…
54 …* - Scope regular group: ContinuousConvMode, NbrOfConversion, DiscontinuousConvMode, NbrO…
57 * - For all parameters: ADC disabled
58 …* - For all parameters except 'LowPowerAutoWait' and 'DMAContinuousRequests': ADC enabled…
59 …* - For parameters 'LowPowerAutoWait' and 'DMAContinuousRequests': ADC enabled without co…
[all …]
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_adc.c8 * + Initialization and de-initialization functions
28 * This software component is licensed by ST under BSD 3-Clause license,
31 * opensource.org/licenses/BSD-3-Clause
39 (+) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
48 (+) Data alignment with in-built data coherency.
60 (+) ADC supply requirements: 1.62 V to 3.6 V.
62 (+) ADC input range: from Vref- (connected to Vssa) to Vref+ (connected to
231 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
251 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
292 /* Includes ------------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_adc.c8 * + Initialization and de-initialization functions
27 (+) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
36 (+) Data alignment with in-built data coherency.
48 (+) ADC supply requirements: 1.62 V to 3.6 V.
50 (+) ADC input range: from Vref- (connected to Vssa) to Vref+ (connected to
220 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
240 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
284 * This software component is licensed by ST under BSD 3-Clause license,
287 * opensource.org/licenses/BSD-3-Clause
292 /* Includes ------------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_adc.c8 * + Initialization and de-initialization functions
27 (+) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
36 (+) Data alignment with in-built data coherency.
53 (+) ADC supply requirements: 1.62 V to 3.6 V.
55 (+) ADC input range: from Vref- (connected to Vssa) to Vref+ (connected to
226 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
248 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
294 * This software component is licensed by ST under BSD 3-Clause license,
297 * opensource.org/licenses/BSD-3-Clause
302 /* Includes ------------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_adc.c8 * + Initialization and de-initialization functions
27 (+) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
36 (+) Data alignment with in-built data coherency.
53 (+) ADC supply requirements: 1.62 V to 3.6 V.
55 (+) ADC input range: from Vref- (connected to Vssa) to Vref+ (connected to
226 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
248 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
294 * This software component is licensed by ST under BSD 3-Clause license,
297 * opensource.org/licenses/BSD-3-Clause
302 /* Includes ------------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_adc.c8 * + Initialization and de-initialization functions
27 (+) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
36 (+) Data alignment with in-built data coherency.
55 (+) ADC supply requirements: 1.62 V to 3.6 V.
57 (+) ADC input range: from Vref- (connected to Vssa) to Vref+ (connected to
228 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
250 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
296 * This software component is licensed by ST under BSD 3-Clause license,
299 * opensource.org/licenses/BSD-3-Clause
304 /* Includes ------------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_adc.c8 * + Initialization and de-initialization functions
27 (+) 16-bit, 14-bit, 12-bit, 10-bit or 8-bit configurable resolution.
36 (+) Data alignment with in-built data coherency.
53 (+) ADC supply requirements: 1.62 V to 3.6 V.
55 (+) ADC input range: from Vref- (connected to Vssa) to Vref+ (connected to
225 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
247 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
293 * This software component is licensed by ST under BSD 3-Clause license,
296 * opensource.org/licenses/BSD-3-Clause
301 /* Includes ------------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc.c8 * + Initialization and de-initialization functions
30 * If no LICENSE file comes with this software, it is provided AS-IS.
38 (+) 14-bit, 12-bit, 10-bit or 8-bit configurable resolution.
47 (+) Data alignment with in-built data coherency.
64 (+) ADC supply requirements: 1.62 V to 3.6 V.
66 (+) ADC input range: from Vref- (connected to Vssa) to Vref+ (connected to
239 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
261 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
304 /* Includes ------------------------------------------------------------------*/
318 /* Private typedef -----------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc.c8 * + Initialization and de-initialization functions
27 (+) 16-bit, 14-bit, 12-bit, 10-bit or 8-bit configurable resolution.
29 ADC3 is featuring resolutions 12-bit, 10-bit, 8-bit, 6-bit.
38 (+) Data alignment with in-built data coherency.
55 (+) ADC supply requirements: 1.62 V to 3.6 V.
57 (+) ADC input range: from Vref- (connected to Vssa) to Vref+ (connected to
230 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
252 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
298 * This software component is licensed by ST under BSD 3-Clause license,
301 * opensource.org/licenses/BSD-3-Clause
[all …]
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_adc.c8 * + Initialization and de-initialization functions
27 (+) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
36 (+) Data alignment with in-built data coherency.
51 (+) ADC supply requirements: 1.62 V to 3.6 V.
53 (+) ADC input range: from Vref- (connected to Vssa) to Vref+ (connected to
224 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
246 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
292 * This software component is licensed by ST under BSD 3-Clause license,
295 * opensource.org/licenses/BSD-3-Clause
300 /* Includes ------------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32wbxx/
Drelease_note.html4 <meta charset="utf-8" />
6 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
9 code{white-space: pre-wrap;}
10 span.smallcaps{font-variant: small-caps;}
11 span.underline{text-decoration: underline;}
12 div.column{display: inline-block; vertical-align: top; width: 50%;}
14 <link rel="stylesheet" href="_htmresc/mini-st_2020.css" />
15 <!--[if lt IE 9]>
16 …<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
17 <![endif]-->
[all …]
/hal_stm32-2.7.6/stm32cube/stm32l4xx/
Drelease_note.html4 <meta charset="utf-8" />
6 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
9 code{white-space: pre-wrap;}
10 span.smallcaps{font-variant: small-caps;}
11 span.underline{text-decoration: underline;}
12 div.column{display: inline-block; vertical-align: top; width: 50%;}
14 <link rel="stylesheet" href="_htmresc/mini-st.css" />
15 <!--[if lt IE 9]>
16 …<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
17 <![endif]-->
[all …]
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/soc/
Dstm32mp157fxx_cm4.h8 * - Data structures and the address mapping for all peripherals
9 * - Peripheral's registers declarations and bits definition
10 * - Macros to access peripherals registers hardware
18 * This software component is licensed by ST under BSD 3-Clause license,
21 * opensource.org/licenses/BSD-3-Clause
60 …/****** Cortex-M Processor Exceptions Numbers ***************************************************…
61 …NonMaskableInt_IRQn = -14, /*!< 2 Non Maskable Interrupt …
62 …HardFault_IRQn = -13, /*!< 4 Cortex-M Memory Management Interrupt …
63 …MemoryManagement_IRQn = -12, /*!< 4 Cortex-M Memory Management Interrupt …
64 …BusFault_IRQn = -11, /*!< 5 Cortex-M Bus Fault Interrupt …
[all …]
Dstm32mp157cxx_cm4.h8 * - Data structures and the address mapping for all peripherals
9 * - Peripheral's registers declarations and bits definition
10 * - Macros to access peripherals registers hardware
18 * This software component is licensed by ST under BSD 3-Clause license,
21 * opensource.org/licenses/BSD-3-Clause
60 …/****** Cortex-M Processor Exceptions Numbers ***************************************************…
61 …NonMaskableInt_IRQn = -14, /*!< 2 Non Maskable Interrupt …
62 …HardFault_IRQn = -13, /*!< 4 Cortex-M Memory Management Interrupt …
63 …MemoryManagement_IRQn = -12, /*!< 4 Cortex-M Memory Management Interrupt …
64 …BusFault_IRQn = -11, /*!< 5 Cortex-M Bus Fault Interrupt …
[all …]
Dstm32mp157axx_cm4.h8 * - Data structures and the address mapping for all peripherals
9 * - Peripheral's registers declarations and bits definition
10 * - Macros to access peripherals registers hardware
18 * This software component is licensed by ST under BSD 3-Clause license,
21 * opensource.org/licenses/BSD-3-Clause
60 …/****** Cortex-M Processor Exceptions Numbers ***************************************************…
61 …NonMaskableInt_IRQn = -14, /*!< 2 Non Maskable Interrupt …
62 …HardFault_IRQn = -13, /*!< 4 Cortex-M Memory Management Interrupt …
63 …MemoryManagement_IRQn = -12, /*!< 4 Cortex-M Memory Management Interrupt …
64 …BusFault_IRQn = -11, /*!< 5 Cortex-M Bus Fault Interrupt …
[all …]
Dstm32mp157dxx_cm4.h8 * - Data structures and the address mapping for all peripherals
9 * - Peripheral's registers declarations and bits definition
10 * - Macros to access peripherals registers hardware
18 * This software component is licensed by ST under BSD 3-Clause license,
21 * opensource.org/licenses/BSD-3-Clause
60 …/****** Cortex-M Processor Exceptions Numbers ***************************************************…
61 …NonMaskableInt_IRQn = -14, /*!< 2 Non Maskable Interrupt …
62 …HardFault_IRQn = -13, /*!< 4 Cortex-M Memory Management Interrupt …
63 …MemoryManagement_IRQn = -12, /*!< 4 Cortex-M Memory Management Interrupt …
64 …BusFault_IRQn = -11, /*!< 5 Cortex-M Bus Fault Interrupt …
[all …]
Dstm32mp157axx_ca7.h8 * - Data structures and the address mapping for all peripherals
9 * - Peripheral's registers declarations and bits definition
10 * - Macros to access peripherals registers hardware
18 * This software component is licensed by ST under BSD 3-Clause license,
21 * opensource.org/licenses/BSD-3-Clause
60 …/****** Cortex-A Processor Specific Interrupt Numbers *******************************************…
84 …NonSecurePhysicalTimer_IRQn = 30, /*!< Non-Secure Physical Timer Interrupt …
181 …CEC_IRQn = 126, /*!< HDMI-CEC global Interrupt …
184 …SPDIF_RX_IRQn = 129, /*!< SPDIF-RX global Interrupt …
236 …WAKEUP_PIN_IRQn = 181, /*!< Interrupt for all 6 wake-up pins …
[all …]
Dstm32mp157dxx_ca7.h8 * - Data structures and the address mapping for all peripherals
9 * - Peripheral's registers declarations and bits definition
10 * - Macros to access peripherals registers hardware
18 * This software component is licensed by ST under BSD 3-Clause license,
21 * opensource.org/licenses/BSD-3-Clause
60 …/****** Cortex-A Processor Specific Interrupt Numbers *******************************************…
84 …NonSecurePhysicalTimer_IRQn = 30, /*!< Non-Secure Physical Timer Interrupt …
181 …CEC_IRQn = 126, /*!< HDMI-CEC global Interrupt …
184 …SPDIF_RX_IRQn = 129, /*!< SPDIF-RX global Interrupt …
236 …WAKEUP_PIN_IRQn = 181, /*!< Interrupt for all 6 wake-up pins …
[all …]
Dstm32mp153fxx_cm4.h8 * - Data structures and the address mapping for all peripherals
9 * - Peripheral's registers declarations and bits definition
10 * - Macros to access peripherals registers hardware
18 * This software component is licensed by ST under BSD 3-Clause license,
21 * opensource.org/licenses/BSD-3-Clause
60 …/****** Cortex-M Processor Exceptions Numbers ***************************************************…
61 …NonMaskableInt_IRQn = -14, /*!< 2 Non Maskable Interrupt …
62 …HardFault_IRQn = -13, /*!< 4 Cortex-M Memory Management Interrupt …
63 …MemoryManagement_IRQn = -12, /*!< 4 Cortex-M Memory Management Interrupt …
64 …BusFault_IRQn = -11, /*!< 5 Cortex-M Bus Fault Interrupt …
[all …]

12