Searched +full:- +full:- +full:- (Results 1 – 25 of 5165) sorted by relevance
12345678910>>...207
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_rcc_ex.c | 18 * If no LICENSE file comes with this software, it is provided AS-IS. 22 /* Includes ------------------------------------------------------------------*/ 36 /* Private typedef -----------------------------------------------------------*/ 37 /* Private define ------------------------------------------------------------*/ 44 /* Private macro -------------------------------------------------------------*/ 61 /* Private variables ---------------------------------------------------------*/ 62 /* Private function prototypes -----------------------------------------------*/ 63 /* Private functions ---------------------------------------------------------*/ 114 assert_param(IS_RCC_PERIPHCLOCK(PeriphClkInit->PeriphClockSelection)); in HAL_RCCEx_PeriphCLKConfig() 116 /*----------------------------------- I2S configuration ----------------------------------*/ in HAL_RCCEx_PeriphCLKConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_rcc_ex.c | 18 * If no LICENSE file comes with this software, it is provided AS-IS. 22 /* Includes ------------------------------------------------------------------*/ 36 /* Private typedef -----------------------------------------------------------*/ 37 /* Private define ------------------------------------------------------------*/ 44 /* Private macro -------------------------------------------------------------*/ 45 /* Private variables ---------------------------------------------------------*/ 46 /* Private function prototypes -----------------------------------------------*/ 47 /* Private functions ---------------------------------------------------------*/ 100 assert_param(IS_RCC_PERIPHCLOCK(PeriphClkInit->PeriphClockSelection)); in HAL_RCCEx_PeriphCLKConfig() 102 /*------------------------ I2S APB1 configuration --------------------------*/ in HAL_RCCEx_PeriphCLKConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | system_stm32h5xx.c | 5 * @brief CMSIS Cortex-M33 Device Peripheral Access Layer System Source File 15 * If no LICENSE file comes with this software, it is provided AS-IS. 20 * - SystemInit(): This function is called at startup just after reset and 24 * - SystemCoreClock variable: Contains the core clock (HCLK), it can be used 28 * - SystemCoreClockUpdate(): Updates the variable SystemCoreClock and must 38 *----------------------------------------------------------------------------- 40 *----------------------------------------------------------------------------- 42 *----------------------------------------------------------------------------- 44 *----------------------------------------------------------------------------- 46 *----------------------------------------------------------------------------- [all …]
|
D | system_stm32h5xx_s.c | 5 * @brief CMSIS Cortex-M33 Device Peripheral Access Layer System Source File 17 * If no LICENSE file comes with this software, it is provided AS-IS. 22 * - SystemInit(): This function is called at startup just after reset and 26 * - SystemCoreClock variable: Contains the core clock (HCLK), it can be used 30 * - SystemCoreClockUpdate(): Updates the variable SystemCoreClock and must 34 * - SECURE_SystemCoreClockUpdate(): Non-secure callable function to update 36 * its value to the non-secure calling 47 *----------------------------------------------------------------------------- 49 *----------------------------------------------------------------------------- 51 *----------------------------------------------------------------------------- [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | system_stm32u5xx.c | 5 * @brief CMSIS Cortex-M33 Device Peripheral Access Layer System Source File 9 * - SystemInit(): This function is called at startup just after reset and 13 * - SystemCoreClock variable: Contains the core clock (HCLK), it can be used 17 * - SystemCoreClockUpdate(): Updates the variable SystemCoreClock and must 27 *----------------------------------------------------------------------------- 29 *----------------------------------------------------------------------------- 31 *----------------------------------------------------------------------------- 33 *----------------------------------------------------------------------------- 35 *----------------------------------------------------------------------------- 37 *----------------------------------------------------------------------------- [all …]
|
D | system_stm32u5xx_s.c | 5 * @brief CMSIS Cortex-M33 Device Peripheral Access Layer System Source File 7 * the TrustZone-M security. 11 * - SystemInit(): This function is called at secure startup just after reset 15 * - SystemCoreClock variable: Contains the core clock (HCLK), it can be used 19 * - SystemCoreClockUpdate(): Updates the variable SystemCoreClock and must 23 * - SECURE_SystemCoreClockUpdate(): Non-secure callable function to update 25 * its value to the non-secure calling 36 *----------------------------------------------------------------------------- 38 *----------------------------------------------------------------------------- 40 *----------------------------------------------------------------------------- [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/soc/ |
D | system_stm32l5xx_s.c | 5 * @brief CMSIS Cortex-M33 Device Peripheral Access Layer System Source File 7 * the TrustZone-M security. 11 * - SystemInit(): This function is called at secure startup just after reset 15 * - SystemCoreClock variable: Contains the core clock (HCLK), it can be used 19 * - SystemCoreClockUpdate(): Updates the variable SystemCoreClock and must 23 * - SECURE_SystemCoreClockUpdate(): Non-secure callable function to update 25 * its value to the non-secure calling 36 *----------------------------------------------------------------------------- 38 *----------------------------------------------------------------------------- 40 *----------------------------------------------------------------------------- [all …]
|
D | system_stm32l5xx.c | 5 * @brief CMSIS Cortex-M33 Device Peripheral Access Layer System Source File 9 * - SystemInit(): This function is called at startup just after reset and 13 * - SystemCoreClock variable: Contains the core clock (HCLK), it can be used 17 * - SystemCoreClockUpdate(): Updates the variable SystemCoreClock and must 27 *----------------------------------------------------------------------------- 29 *----------------------------------------------------------------------------- 31 *----------------------------------------------------------------------------- 33 *----------------------------------------------------------------------------- 35 *----------------------------------------------------------------------------- 37 *----------------------------------------------------------------------------- [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_flash_ex.h | 14 * If no LICENSE file comes with this software, it is provided AS-IS. 18 /* Define to prevent recursive inclusion -------------------------------------*/ 26 /* Includes ------------------------------------------------------------------*/ 37 /* Exported types ------------------------------------------------------------*/ 57 … This parameter must be a value between 1 and (max number of sectors - value of Initial sector)*/ 135 /* Exported constants --------------------------------------------------------*/ 271 /*------------------------- STM32F42xxx/STM32F43xxx/STM32F446xx/STM32F469xx/STM32F479xx -----------… 291 /*-------------------------------------------------------------------------------------------------… 293 /*-------------------------- STM32F40xxx/STM32F41xxx/STM32F401xx/STM32F411xx/STM32F423xx ----------… 309 /*-------------------------------------------------------------------------------------------------… [all …]
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_rcc_ex.c | 18 * If no LICENSE file comes with this software, it is provided AS-IS. 23 /* Includes ------------------------------------------------------------------*/ 37 /* Private typedef -----------------------------------------------------------*/ 39 /* Private defines -----------------------------------------------------------*/ 40 /* Private macros ------------------------------------------------------------*/ 41 /* Private variables ---------------------------------------------------------*/ 42 /* Private function prototypes -----------------------------------------------*/ 51 /* Exported functions --------------------------------------------------------*/ 88 assert_param(IS_RCC_PLL(pll2->PLLState)); in RCCEx_PLL2_Config() 89 if ((pll2->PLLState) != RCC_PLL_NONE) in RCCEx_PLL2_Config() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_rcc_ex.c | 18 * If no LICENSE file comes with this software, it is provided AS-IS. 23 /* Includes ------------------------------------------------------------------*/ 37 /* Private typedef -----------------------------------------------------------*/ 38 /* Private defines -----------------------------------------------------------*/ 50 /* Private macros ------------------------------------------------------------*/ 51 /* Private variables ---------------------------------------------------------*/ 52 /* Private function prototypes -----------------------------------------------*/ 94 /* Exported functions --------------------------------------------------------*/ 147 assert_param(IS_RCC_PERIPHCLOCK(PeriphClkInit->PeriphClockSelection)); in HAL_RCCEx_PeriphCLKConfig() 149 /*---------------------------- RTC configuration -------------------------------*/ in HAL_RCCEx_PeriphCLKConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | system_stm32l4xx.c | 5 * @brief CMSIS Cortex-M4 Device Peripheral Access Layer System Source File 9 * - SystemInit(): This function is called at startup just after reset and 13 * - SystemCoreClock variable: Contains the core clock (HCLK), it can be used 17 * - SystemCoreClockUpdate(): Updates the variable SystemCoreClock and must 27 *----------------------------------------------------------------------------- 29 *----------------------------------------------------------------------------- 31 *----------------------------------------------------------------------------- 33 *----------------------------------------------------------------------------- 35 *----------------------------------------------------------------------------- 37 *----------------------------------------------------------------------------- [all …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_rcc_ex.c | 18 * If no LICENSE file comes with this software, it is provided AS-IS. 22 /* Includes ------------------------------------------------------------------*/ 36 /* Private typedef -----------------------------------------------------------*/ 37 /* Private define ------------------------------------------------------------*/ 38 /* Private macro -------------------------------------------------------------*/ 46 /* Private variables ---------------------------------------------------------*/ 47 /* Private function prototypes -----------------------------------------------*/ 48 /* Private functions ---------------------------------------------------------*/ 112 assert_param(IS_RCC_PERIPHCLOCK(PeriphClkInit->PeriphClockSelection)); in HAL_RCCEx_PeriphCLKConfig() 114 /*---------------------------- RTC configuration -------------------------------*/ in HAL_RCCEx_PeriphCLKConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_eth.h | 14 * If no LICENSE file comes with this software, it is provided AS-IS. 19 /* Define to prevent recursive inclusion -------------------------------------*/ 27 /* Includes ------------------------------------------------------------------*/ 40 /* Exported types ------------------------------------------------------------*/ 261 … DuplexMode; /*!< Selects the MAC duplex mode: Half-Duplex or Full-Duplex mode 456 … TimestampIPv6; /*!< Enable Processing of PTP Packets Sent over IPv6-UDP */ 457 … TimestampIPv4; /*!< Enable Processing of PTP Packets Sent over IPv4-UDP */ 669 /* Exported constants --------------------------------------------------------*/ 680 ----------------------------------------------------------------------------------------------- 682 ----------------------------------------------------------------------------------------------- [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_eth.h | 14 * If no LICENSE file comes with this software, it is provided AS-IS. 19 /* Define to prevent recursive inclusion -------------------------------------*/ 27 /* Includes ------------------------------------------------------------------*/ 40 /* Exported types ------------------------------------------------------------*/ 261 … DuplexMode; /*!< Selects the MAC duplex mode: Half-Duplex or Full-Duplex mode 456 … TimestampIPv6; /*!< Enable Processing of PTP Packets Sent over IPv6-UDP */ 457 … TimestampIPv4; /*!< Enable Processing of PTP Packets Sent over IPv4-UDP */ 669 /* Exported constants --------------------------------------------------------*/ 680 ----------------------------------------------------------------------------------------------- 682 ----------------------------------------------------------------------------------------------- [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_eth.h | 14 * If no LICENSE file comes with this software, it is provided AS-IS. 19 /* Define to prevent recursive inclusion -------------------------------------*/ 27 /* Includes ------------------------------------------------------------------*/ 40 /* Exported types ------------------------------------------------------------*/ 41 /* ETH Multi-Queue feature is supported by HW */ 290 … DuplexMode; /*!< Selects the MAC duplex mode: Half-Duplex or Full-Duplex mode 491 … TimestampIPv6; /*!< Enable Processing of PTP Packets Sent over IPv6-UDP */ 492 … TimestampIPv4; /*!< Enable Processing of PTP Packets Sent over IPv4-UDP */ 719 /* Exported constants --------------------------------------------------------*/ 730 …--------------------------------------------------------------------------------------------------… [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_eth.h | 14 * If no LICENSE file comes with this software, it is provided AS-IS. 19 /* Define to prevent recursive inclusion -------------------------------------*/ 27 /* Includes ------------------------------------------------------------------*/ 40 /* Exported types ------------------------------------------------------------*/ 261 … DuplexMode; /*!< Selects the MAC duplex mode: Half-Duplex or Full-Duplex mode 456 … TimestampIPv6; /*!< Enable Processing of PTP Packets Sent over IPv6-UDP */ 457 … TimestampIPv4; /*!< Enable Processing of PTP Packets Sent over IPv4-UDP */ 669 /* Exported constants --------------------------------------------------------*/ 680 ----------------------------------------------------------------------------------------------- 682 ----------------------------------------------------------------------------------------------- [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/ |
D | stm32h7xx_hal_eth_legacy.h | 14 * If no LICENSE file comes with this software, it is provided AS-IS. 19 /* Define to prevent recursive inclusion -------------------------------------*/ 28 /* Includes ------------------------------------------------------------------*/ 41 /* Exported types ------------------------------------------------------------*/ 248 … DuplexMode; /*!< Selects the MAC duplex mode: Half-Duplex or Full-Duplex mode 543 /* Exported constants --------------------------------------------------------*/ 554 ----------------------------------------------------------------------------------------------- 556 ----------------------------------------------------------------------------------------------- 558 ----------------------------------------------------------------------------------------------- 560 ----------------------------------------------------------------------------------------------- [all …]
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_rcc.c | 8 * + Initialization and de-initialization functions 57 * If no LICENSE file comes with this software, it is provided AS-IS. 61 /* Includes ------------------------------------------------------------------*/ 75 /* Private typedef -----------------------------------------------------------*/ 76 /* Private define ------------------------------------------------------------*/ 77 /* Private macro -------------------------------------------------------------*/ 90 /* Private variables ---------------------------------------------------------*/ 99 /* Private function prototypes -----------------------------------------------*/ 108 /* Exported functions ---------------------------------------------------------*/ 114 /** @defgroup RCC_Exported_Functions_Group1 Initialization and de-initialization functions [all …]
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_rcc.c | 8 * + Initialization and de-initialization functions 57 * If no LICENSE file comes with this software, it is provided AS-IS. 61 /* Includes ------------------------------------------------------------------*/ 75 /* Private typedef -----------------------------------------------------------*/ 76 /* Private define ------------------------------------------------------------*/ 77 /* Private macro -------------------------------------------------------------*/ 100 /* Private variables ---------------------------------------------------------*/ 101 /* Private function prototypes -----------------------------------------------*/ 102 /* Exported functions ---------------------------------------------------------*/ 108 /** @defgroup RCC_Exported_Functions_Group1 Initialization and de-initialization functions [all …]
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_rcc.c | 8 * + Initialization and de-initialization functions 19 * If no LICENSE file comes with this software, it is provided AS-IS. 28 (HSI 16MHz) with Flash 0 wait state, Flash prefetch buffer, D-Cache 29 and I-Cache are disabled, and all peripherals are off except internal 68 /* Includes ------------------------------------------------------------------*/ 82 /* Private typedef -----------------------------------------------------------*/ 83 /* Private define ------------------------------------------------------------*/ 89 /* Private macro -------------------------------------------------------------*/ 101 /* Private variables ---------------------------------------------------------*/ 108 /* Private function prototypes -----------------------------------------------*/ [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_rcc_ex.c | 18 * If no LICENSE file comes with this software, it is provided AS-IS. 22 /* Includes ------------------------------------------------------------------*/ 36 /* Private typedef -----------------------------------------------------------*/ 37 /* Private defines -----------------------------------------------------------*/ 51 /* Private macros ------------------------------------------------------------*/ 59 /* Private variables ---------------------------------------------------------*/ 60 /* Private function prototypes -----------------------------------------------*/ 64 /* Exported functions --------------------------------------------------------*/ 112 /*---------------------------- SPDIFRX configuration -------------------------------*/ in HAL_RCCEx_PeriphCLKConfig() 114 if (((PeriphClkInit->PeriphClockSelection) & RCC_PERIPHCLK_SPDIFRX) == RCC_PERIPHCLK_SPDIFRX) in HAL_RCCEx_PeriphCLKConfig() [all …]
|
D | stm32h7xx_ll_utils.c | 14 * If no LICENSE file comes with this software, it is provided AS-IS. 18 /* Includes ------------------------------------------------------------------*/ 37 /* Private types -------------------------------------------------------------*/ 38 /* Private variables ---------------------------------------------------------*/ 39 /* Private constants ---------------------------------------------------------*/ 154 /* Private macros ------------------------------------------------------------*/ 246 /* Private function prototypes -----------------------------------------------*/ 258 /* Exported functions --------------------------------------------------------*/ 268 * @brief This function configures the Cortex-M SysTick source to have 1ms time base. 280 * @brief This function configures the Cortex-M SysTick source to have 1ms time base. [all …]
|
D | stm32h7xx_hal_rcc.c | 8 * + Initialization and de-initialization functions 19 (+) There is no pre-scaler on High speed (AHB) and Low speed (APB) buses; 30 (+) Configure the AHB and APB buses pre-scalers 62 * If no LICENSE file comes with this software, it is provided AS-IS. 66 /* Includes ------------------------------------------------------------------*/ 80 /* Private typedef -----------------------------------------------------------*/ 81 /* Private define ------------------------------------------------------------*/ 82 /* Private macro -------------------------------------------------------------*/ 97 /* Private variables ---------------------------------------------------------*/ 105 /* Private function prototypes -----------------------------------------------*/ [all …]
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | system_stm32wlxx.c | 10 * Copyright (c) 2020-2021 STMicroelectronics. 15 * If no LICENSE file comes with this software, it is provided AS-IS. 20 * - SystemInit(): This function is called at startup just after reset and 24 * - SystemCoreClock variable: Contains the core clock (HCLK), it can be used 28 * - SystemCoreClockUpdate(): Updates the variable SystemCoreClock and must 38 *----------------------------------------------------------------------------- 40 *----------------------------------------------------------------------------- 42 *----------------------------------------------------------------------------- 44 *----------------------------------------------------------------------------- 46 *----------------------------------------------------------------------------- [all …]
|
12345678910>>...207