Home
last modified time | relevance | path

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

123

/hal_stm32-3.6.0/.github/workflows/
Dtest.yml1 name: Test
7 runs-on: ubuntu-latest
9 fail-fast: false
11 python-version: ['3.7', '3.8', '3.9', '3.10']
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-3.6.0/scripts/tests/
DREADME.md10 pip install -r scripts/requirements-test.txt
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_adc.c7 * + Initialization and de-initialization functions
19 * If no LICENSE file comes with this software, it is provided AS-IS.
27 (#) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
32 (#) Data alignment with in-built data coherency.
33 (#) Channel-wise programmable sampling time.
40 (#) ADC supply requirements: 2.4 V to 3.6 V at full speed and down to 1.8 V at
183 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
205 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
248 /* Includes ------------------------------------------------------------------*/
262 /* Private typedef -----------------------------------------------------------*/
[all …]
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_adc.c7 * + Initialization and de-initialization functions
19 * If no LICENSE file comes with this software, it is provided AS-IS.
27 (#) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
32 (#) Data alignment with in-built data coherency.
33 (#) Channel-wise programmable sampling time.
40 (#) ADC supply requirements: 2.4 V to 3.6 V at full speed and down to 1.8 V at
192 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
214 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
257 /* Includes ------------------------------------------------------------------*/
271 /* Private typedef -----------------------------------------------------------*/
[all …]
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_adc.c7 * + Initialization and de-initialization functions
19 * If no LICENSE file comes with this software, it is provided AS-IS.
27 (#) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
32 (#) Data alignment with in-built data coherency.
33 (#) Channel-wise programmable sampling time.
40 (#) ADC supply requirements: 2.4 V to 3.6 V at full speed and down to 1.8 V at
183 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
205 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
247 /* Includes ------------------------------------------------------------------*/
261 /* Private typedef -----------------------------------------------------------*/
[all …]
/hal_stm32-3.6.0/stm32cube/stm32l5xx/
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-3.6.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_adc.c8 * + Initialization and de-initialization functions
22 * If no LICENSE file comes with this software, it is provided AS-IS.
30 (+) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution
39 (+) Data alignment with in-built data coherency.
52 (+) ADC supply requirements: 2.4 V to 3.6 V at full speed and down to 1.8 V at
55 (+) ADC input range: from Vref- (connected to Vssa) to Vref+ (connected to
267 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
285 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
323 /* Includes ------------------------------------------------------------------*/
337 /* Private typedef -----------------------------------------------------------*/
[all …]
/hal_stm32-3.6.0/lib/stm32wba/hci/ll/
Dll_intf.h1 /*$Id: //dwh/bluetooth/DWC_ble154combo/firmware/rel/1.30a-SOW05PatchV6/firmware/public_inc/ll_intf.…
18 * Copyright (c) 2020-Present Synopsys, Inc
62 * be used to meet the requirements of the host or application in
187 * @brief The data in one advertising report from the non-connection manager to the LL interface
241 …* @brief The data in one direct advertising report from the non-connection manager to the LL inter…
296 uint8_t nse; /* number of sub-event*/
331 * @brief Structure containing the Create BIG Test command parameters
340 …uint8_t pto; /* (Pre_Transmission_Offset) the offset in number of ISO_Intervals for pre-trans…
384 uint8_t pto; /*Offset used for pre-transmissions*/
403 uint8_t pto; /*Offset used for pre-transmissions*/
[all …]
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_adc_ex.h14 * If no LICENSE file comes with this software, it is provided AS-IS.
19 /* Define to prevent recursive inclusion -------------------------------------*/
27 /* Includes ------------------------------------------------------------------*/
38 /* Exported types ------------------------------------------------------------*/
51 …* - Scope entire ADC (affects regular and injected groups): ClockPrescaler, Resolution, D…
53 …* - Scope regular group: ContinuousConvMode, NbrOfConversion, DiscontinuousConvMode, NbrO…
56 * - For all parameters: ADC disabled
57 …* - For all parameters except 'LowPowerAutoWait' and 'DMAContinuousRequests': ADC enabled…
58 …* - For parameters 'LowPowerAutoWait' and 'DMAContinuousRequests': ADC enabled without co…
101 …e conversions sequence of regular group is performed in Complete-sequence/Discontinuous-sequence (…
[all …]
/hal_stm32-3.6.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_adc.c8 * + Initialization and de-initialization functions
22 * If no LICENSE file comes with this software, it is provided AS-IS.
30 (+) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
39 (+) 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
223 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
243 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
283 /* Includes ------------------------------------------------------------------*/
297 /* Private typedef -----------------------------------------------------------*/
[all …]
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_adc.c8 * + Initialization and de-initialization functions
22 * If no LICENSE file comes with this software, it is provided AS-IS.
30 (+) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
39 (+) 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
221 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
241 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
282 /* Includes ------------------------------------------------------------------*/
296 /* Private typedef -----------------------------------------------------------*/
[all …]
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_adc.c8 * + Initialization and de-initialization functions
22 * If no LICENSE file comes with this software, it is provided AS-IS.
30 (+) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
39 (+) 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
222 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
242 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
282 /* Includes ------------------------------------------------------------------*/
296 /* Private typedef -----------------------------------------------------------*/
[all …]
/hal_stm32-3.6.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_adc.c8 * + Initialization and de-initialization functions
30 * If no LICENSE file comes with this software, it is provided AS-IS.
38 (+) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
47 (+) Data alignment with in-built data coherency.
59 (+) ADC supply requirements: 1.62 V to 3.6 V.
61 (+) ADC input range: from Vref- (connected to Vssa) to Vref+ (connected to
230 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
250 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
291 /* Includes ------------------------------------------------------------------*/
305 /* Private typedef -----------------------------------------------------------*/
[all …]
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/
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-3.6.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_adc.c8 * + Initialization and de-initialization functions
22 * If no LICENSE file comes with this software, it is provided AS-IS.
30 (+) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
39 (+) Data alignment with in-built data coherency.
56 (+) ADC supply requirements: 1.62 V to 3.6 V.
58 (+) ADC input range: from Vref- (connected to Vssa) to Vref+ (connected to
229 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
251 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
294 /* Includes ------------------------------------------------------------------*/
308 /* Private typedef -----------------------------------------------------------*/
[all …]
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_adc.c8 * + Initialization and de-initialization functions
22 * If no LICENSE file comes with this software, it is provided AS-IS.
30 (+) 16-bit, 14-bit, 12-bit, 10-bit or 8-bit configurable resolution.
39 (+) Data alignment with in-built data coherency.
56 (+) ADC supply requirements: 1.62 V to 3.6 V.
58 (+) 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
293 /* Includes ------------------------------------------------------------------*/
307 /* Private typedef -----------------------------------------------------------*/
[all …]
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_adc.c8 * + Initialization and de-initialization functions
22 * If no LICENSE file comes with this software, it is provided AS-IS.
30 (+) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
39 (+) Data alignment with in-built data coherency.
58 (+) ADC supply requirements: 1.62 V to 3.6 V.
60 (+) ADC input range: from Vref- (connected to Vssa) to Vref+ (connected to
231 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
253 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
296 /* Includes ------------------------------------------------------------------*/
310 /* Private typedef -----------------------------------------------------------*/
[all …]
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_adc.c8 * + Initialization and de-initialization functions
22 * If no LICENSE file comes with this software, it is provided AS-IS.
30 (+) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
39 (+) Data alignment with in-built data coherency.
56 (+) ADC supply requirements: 1.62 V to 3.6 V.
58 (+) 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
293 /* Includes ------------------------------------------------------------------*/
307 /* Private typedef -----------------------------------------------------------*/
[all …]
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_adc.c8 * + Initialization and de-initialization functions
22 * If no LICENSE file comes with this software, it is provided AS-IS.
30 (+) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
39 (+) Data alignment with in-built data coherency.
56 (+) ADC supply requirements: 1.62 V to 3.6 V.
58 (+) ADC input range: from Vref- (connected to Vssa) to Vref+ (connected to
229 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
251 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
294 /* Includes ------------------------------------------------------------------*/
308 /* Private typedef -----------------------------------------------------------*/
[all …]
/hal_stm32-3.6.0/stm32cube/stm32g4xx/
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%;}
13 div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
14 ul.task-list{list-style: none;}
15 .display.math{display: block; text-align: center; margin: 0.5rem auto;}
17 <link rel="stylesheet" href="_htmresc/mini-st.css" />
[all …]
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc.c21 * If no LICENSE file comes with this software, it is provided AS-IS.
29 (+) 16-bit, 14-bit, 12-bit, 10-bit or 8-bit configurable resolution.
31 ADC3 is featuring resolutions 12-bit, 10-bit, 8-bit, 6-bit.
40 (+) Data alignment with in-built data coherency.
57 (+) ADC supply requirements: 1.62 V to 3.6 V.
59 (+) ADC input range: from Vref- (connected to Vssa) to Vref+ (connected to
232 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
254 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
297 /* Includes ------------------------------------------------------------------*/
311 /* Private typedef -----------------------------------------------------------*/
[all …]
/hal_stm32-3.6.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_adc.c8 * + Initialization and de-initialization functions
29 * If no LICENSE file comes with this software, it is provided AS-IS.
37 (+) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
46 (+) Data alignment with in-built data coherency.
61 (+) ADC supply requirements: 1.62 V to 3.6 V.
63 (+) ADC input range: from Vref- (connected to Vssa) to Vref+ (connected to
234 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
256 (+) ConvHalfCpltCallback : ADC conversion DMA half-transfer callback
299 /* Includes ------------------------------------------------------------------*/
313 /* Private typedef -----------------------------------------------------------*/
[all …]
/hal_stm32-3.6.0/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-3.6.0/stm32cube/stm32l1xx/
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-3.6.0/stm32cube/stm32l0xx/
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 …]

123