Home
last modified time | relevance | path

Searched +full:- +full:r (Results 1 – 25 of 242) sorted by relevance

12345678910

/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_hsem.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 ------------------------------------------------------------------*/
41 /* Private types -------------------------------------------------------------*/
42 /* Private variables ---------------------------------------------------------*/
43 /* Private constants ---------------------------------------------------------*/
44 /* Private macros ------------------------------------------------------------*/
46 /* Exported types ------------------------------------------------------------*/
47 /* Exported constants --------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_hsem.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 ------------------------------------------------------------------*/
41 /* Private types -------------------------------------------------------------*/
42 /* Private variables ---------------------------------------------------------*/
43 /* Private constants ---------------------------------------------------------*/
44 /* Private macros ------------------------------------------------------------*/
46 /* Exported types ------------------------------------------------------------*/
47 /* Exported constants --------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_hsem.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 ------------------------------------------------------------------*/
41 /* Private types -------------------------------------------------------------*/
42 /* Private variables ---------------------------------------------------------*/
43 /* Private constants ---------------------------------------------------------*/
44 /* Private macros ------------------------------------------------------------*/
46 /* Exported types ------------------------------------------------------------*/
47 /* Exported constants --------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_hsem.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 ------------------------------------------------------------------*/
41 /* Private types -------------------------------------------------------------*/
42 /* Private variables ---------------------------------------------------------*/
43 /* Private constants ---------------------------------------------------------*/
44 /* Private macros ------------------------------------------------------------*/
46 /* Exported types ------------------------------------------------------------*/
47 /* Exported constants --------------------------------------------------------*/
[all …]
Dstm32h7xx_ll_fmac.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 ------------------------------------------------------------------*/
41 /* Private variables ---------------------------------------------------------*/
43 /* Private constants ---------------------------------------------------------*/
45 /* Private macros ------------------------------------------------------------*/
55 /* Exported types ------------------------------------------------------------*/
57 /* Exported constants --------------------------------------------------------*/
116 /* Exported macro ------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/scripts/
Dserie_update.py3 SPDX-License-Identifier: Apache-2.0
124 ("git", "ls-remote", "--heads", "origin", "master"),
126 ).decode("utf-8")
137 os_cmd(("git", "clean", "-fdx"), cwd=self.stm32cube_serie_path)
141 ("git", "reset", "--hard", branch),
157 ("git", "tag", "-l"),
160 self.version_tag = [x.decode("utf-8") for x in self.version_tag]
162 self.latest_version = self.version_tag[-1]
173 with open(str(self.readme_file_path), "r") as f:
178 pattern = r".*version v?(\d+\.\d+\.?\d*).*$"
[all …]
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hsem.c8 * + Semaphore Take function (2-Step Procedure) , non blocking
9 * + Semaphore FastTake function (1-Step Procedure) , non blocking
22 …(#)Take a semaphore In 2-Step mode Using function HAL_HSEM_Take. This function takes as parameters…
25 …(#) Fast Take semaphore In 1-Step mode Using function HAL_HSEM_FastTake. This function takes as pa…
79 * This software component is licensed by ST under BSD 3-Clause license,
82 * opensource.org/licenses/BSD-3-Clause
87 /* Includes ------------------------------------------------------------------*/
101 /* Private typedef -----------------------------------------------------------*/
102 /* Private define ------------------------------------------------------------*/
124 /* Private macro -------------------------------------------------------------*/
[all …]
Dstm32h7xx_hal_crc.c8 * + Initialization and de-initialization functions
19 (++) specify generating polynomial (peripheral default or non-default one)
20 (++) specify initialization value (peripheral default or non-default one)
28 (default or non-default) to initiate CRC calculation
37 * This software component is licensed by ST under BSD 3-Clause license,
40 * opensource.org/licenses/BSD-3-Clause
45 /* Includes ------------------------------------------------------------------*/
59 /* Private typedef -----------------------------------------------------------*/
60 /* Private define ------------------------------------------------------------*/
61 /* Private macro -------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_hsem.c8 * + Semaphore Take function (2-Step Procedure) , non blocking
9 * + Semaphore FastTake function (1-Step Procedure) , non blocking
22 …(#)Take a semaphore In 2-Step mode Using function HAL_HSEM_Take. This function takes as parameters…
25 …(#) Fast Take semaphore In 1-Step mode Using function HAL_HSEM_FastTake. This function takes as pa…
79 * This software component is licensed by ST under BSD 3-Clause license,
82 * opensource.org/licenses/BSD-3-Clause
87 /* Includes ------------------------------------------------------------------*/
101 /* Private typedef -----------------------------------------------------------*/
102 /* Private define ------------------------------------------------------------*/
116 /* Private macro -------------------------------------------------------------*/
[all …]
Dstm32mp1xx_hal_crc.c8 * + Initialization and de-initialization functions
19 (++) specify generating polynomial (peripheral default or non-default one)
20 (++) specify initialization value (peripheral default or non-default one)
28 (default or non-default) to initiate CRC calculation
37 * This software component is licensed by ST under BSD 3-Clause license,
40 * opensource.org/licenses/BSD-3-Clause
45 /* Includes ------------------------------------------------------------------*/
59 /* Private typedef -----------------------------------------------------------*/
60 /* Private define ------------------------------------------------------------*/
61 /* Private macro -------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_hsem.c8 * + Semaphore Take function (2-Step Procedure) , non blocking
9 * + Semaphore FastTake function (1-Step Procedure) , non blocking
22 …(#)Take a semaphore In 2-Step mode Using function HAL_HSEM_Take. This function takes as parameters…
25 …(#) Fast Take semaphore In 1-Step mode Using function HAL_HSEM_FastTake. This function takes as pa…
79 * This software component is licensed by ST under BSD 3-Clause license,
82 * opensource.org/licenses/BSD-3-Clause
87 /* Includes ------------------------------------------------------------------*/
101 /* Private typedef -----------------------------------------------------------*/
102 /* Private define ------------------------------------------------------------*/
116 /* Private macro -------------------------------------------------------------*/
[all …]
Dstm32wlxx_hal_crc.c8 * + Initialization and de-initialization functions
19 (++) specify generating polynomial (peripheral default or non-default one)
20 (++) specify initialization value (peripheral default or non-default one)
28 (default or non-default) to initiate CRC calculation
37 * This software component is licensed by ST under BSD 3-Clause license,
40 * opensource.org/licenses/BSD-3-Clause
45 /* Includes ------------------------------------------------------------------*/
59 /* Private typedef -----------------------------------------------------------*/
60 /* Private define ------------------------------------------------------------*/
61 /* Private macro -------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_hsem.c8 * + Semaphore Take function (2-Step Procedure) , non blocking
9 * + Semaphore FastTake function (1-Step Procedure) , non blocking
22 …(#)Take a semaphore In 2-Step mode Using function HAL_HSEM_Take. This function takes as parameters…
25 …(#) Fast Take semaphore In 1-Step mode Using function HAL_HSEM_FastTake. This function takes as pa…
79 * This software component is licensed by ST under BSD 3-Clause license,
82 * opensource.org/licenses/BSD-3-Clause
87 /* Includes ------------------------------------------------------------------*/
101 /* Private typedef -----------------------------------------------------------*/
102 /* Private define ------------------------------------------------------------*/
124 /* Private macro -------------------------------------------------------------*/
[all …]
Dstm32wbxx_hal_crc.c8 * + Initialization and de-initialization functions
19 (++) specify generating polynomial (peripheral default or non-default one)
20 (++) specify initialization value (peripheral default or non-default one)
28 (default or non-default) to initiate CRC calculation
37 * This software component is licensed by ST under BSD 3-Clause license,
40 * opensource.org/licenses/BSD-3-Clause
45 /* Includes ------------------------------------------------------------------*/
59 /* Private typedef -----------------------------------------------------------*/
60 /* Private define ------------------------------------------------------------*/
61 /* Private macro -------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_crc.c8 * + Initialization and de-initialization functions
19 (++) specify generating polynomial (peripheral default or non-default one)
20 (++) specify initialization value (peripheral default or non-default one)
28 (default or non-default) to initiate CRC calculation
37 * This software component is licensed by ST under BSD 3-Clause license,
40 * opensource.org/licenses/BSD-3-Clause
45 /* Includes ------------------------------------------------------------------*/
59 /* Private typedef -----------------------------------------------------------*/
60 /* Private define ------------------------------------------------------------*/
61 /* Private macro -------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_crc.c8 * + Initialization and de-initialization functions
19 (++) specify generating polynomial (peripheral default or non-default one)
20 (++) specify initialization value (peripheral default or non-default one)
28 (default or non-default) to initiate CRC calculation
37 * This software component is licensed by ST under BSD 3-Clause license,
40 * opensource.org/licenses/BSD-3-Clause
45 /* Includes ------------------------------------------------------------------*/
59 /* Private typedef -----------------------------------------------------------*/
60 /* Private define ------------------------------------------------------------*/
61 /* Private macro -------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_crc.c8 * + Initialization and de-initialization functions
19 (++) specify generating polynomial (peripheral default or non-default one)
20 (++) specify initialization value (peripheral default or non-default one)
28 (default or non-default) to initiate CRC calculation
37 * This software component is licensed by ST under BSD 3-Clause license,
40 * opensource.org/licenses/BSD-3-Clause
45 /* Includes ------------------------------------------------------------------*/
59 /* Private typedef -----------------------------------------------------------*/
60 /* Private define ------------------------------------------------------------*/
61 /* Private macro -------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_crc.c8 * + Initialization and de-initialization functions
19 (++) specify generating polynomial (peripheral default or non-default one)
20 (++) specify initialization value (peripheral default or non-default one)
28 (default or non-default) to initiate CRC calculation
37 * This software component is licensed by ST under BSD 3-Clause license,
40 * opensource.org/licenses/BSD-3-Clause
45 /* Includes ------------------------------------------------------------------*/
59 /* Private typedef -----------------------------------------------------------*/
60 /* Private define ------------------------------------------------------------*/
61 /* Private macro -------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_crc.c8 * + Initialization and de-initialization functions
20 * If no LICENSE file comes with this software, it is provided AS-IS.
30 (++) specify generating polynomial (peripheral default or non-default one)
31 (++) specify initialization value (peripheral default or non-default one)
39 (default or non-default) to initiate CRC calculation
45 /* Includes ------------------------------------------------------------------*/
59 /* Private typedef -----------------------------------------------------------*/
60 /* Private define ------------------------------------------------------------*/
61 /* Private macro -------------------------------------------------------------*/
62 /* Private variables ---------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_crc.c8 * + Initialization and de-initialization functions
19 (++) specify generating polynomial (peripheral default or non-default one)
20 (++) specify initialization value (peripheral default or non-default one)
28 (default or non-default) to initiate CRC calculation
37 * This software component is licensed by ST under BSD 3-Clause license,
40 * opensource.org/licenses/BSD-3-Clause
45 /* Includes ------------------------------------------------------------------*/
59 /* Private typedef -----------------------------------------------------------*/
60 /* Private define ------------------------------------------------------------*/
61 /* Private macro -------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_crc.c8 * + Initialization and de-initialization functions
19 (++) specify generating polynomial (peripheral default or non-default one)
20 (++) specify initialization value (peripheral default or non-default one)
28 (default or non-default) to initiate CRC calculation
37 * This software component is licensed by ST under BSD 3-Clause license,
40 * opensource.org/licenses/BSD-3-Clause
45 /* Includes ------------------------------------------------------------------*/
59 /* Private typedef -----------------------------------------------------------*/
60 /* Private define ------------------------------------------------------------*/
61 /* Private macro -------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_crc.c8 * + Initialization and de-initialization functions
19 (++) specify generating polynomial (peripheral default or non-default one)
20 (++) specify initialization value (peripheral default or non-default one)
28 (default or non-default) to initiate CRC calculation
37 * This software component is licensed by ST under BSD 3-Clause license,
40 * opensource.org/licenses/BSD-3-Clause
45 /* Includes ------------------------------------------------------------------*/
59 /* Private typedef -----------------------------------------------------------*/
60 /* Private define ------------------------------------------------------------*/
61 /* Private macro -------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_crc.c8 * + Initialization and de-initialization functions
19 (++) specify generating polynomial (peripheral default or non-default one)
20 (++) specify initialization value (peripheral default or non-default one)
28 (default or non-default) to initiate CRC calculation
37 * This software component is licensed by ST under BSD 3-Clause license,
40 * opensource.org/licenses/BSD-3-Clause
45 /* Includes ------------------------------------------------------------------*/
59 /* Private typedef -----------------------------------------------------------*/
60 /* Private define ------------------------------------------------------------*/
61 /* Private macro -------------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_fmac.h14 * If no LICENSE file comes with this software, it is provided AS-IS.
19 /* Define to prevent recursive inclusion -------------------------------------*/
27 /* Includes ------------------------------------------------------------------*/
40 /* Exported types ------------------------------------------------------------*/
42 /* Exported constants --------------------------------------------------------*/
110 /* External variables --------------------------------------------------------*/
111 /* Exported macros -----------------------------------------------------------*/
127 #define LL_FMAC_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALU…
135 #define LL_FMAC_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__)
145 /* Exported functions --------------------------------------------------------*/
[all …]
/hal_stm32-2.7.6/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_fmac.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 ------------------------------------------------------------------*/
41 /* Exported types ------------------------------------------------------------*/
43 /* Exported constants --------------------------------------------------------*/
111 /* External variables --------------------------------------------------------*/
112 /* Exported macros -----------------------------------------------------------*/
128 #define LL_FMAC_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALU…
136 #define LL_FMAC_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__)
[all …]

12345678910