/hal_stm32-latest/scripts/genpinctrl/ |
D | stm32-pinctrl-config.yaml | 6 # - name (mandatory): This is the pin function name, e.g. UART_TX. It is used 38 - name: Analog 42 - name: ADC_IN / ADC_INN / ADC_INP 45 - name: ADC_VINM / ADC_VINP 48 - name: CAN_RX 52 - name: CAN_TX 55 - name: DAC_OUT 58 - name: DCMI 62 - name: DFSDM 67 - name: ETH_COL [all …]
|
D | stm32f1-pinctrl-config.yaml | 6 # - name (mandatory): This is the pin function name, e.g. UART_TX. It is used 39 - name: Analog 43 - name: ADC_IN 47 - name: CAN_RX 51 - name: CAN_TX 55 - name: DAC_OUT 59 - name: ETH_COL 63 - name: ETH_CRS 67 - name: ETH_CRS_DV 71 - name: ETH_MDC [all …]
|
D | genpinctrl.py | 147 if not entry.get("name"): 148 raise ValueError("Missing entry name") 151 raise ValueError(f"Missing entry match for {entry['name']}") 155 raise ValueError(f"Missing entry mode for {entry['name']}") 157 raise ValueError(f"Invalid mode for {entry['name']}: {entry['mode']}") 161 raise ValueError(f"Invalid mode for {entry['name']}: {entry['mode']}") 165 raise ValueError(f"Invalid bias for {entry['name']}: {entry['bias']}") 173 f"Bias can only be set for input mode on F1 (entry: {entry['name']})" 178 raise ValueError(f"Invalid drive for {entry['name']}: {entry['drive']}") 188 f"Invalid slew rate for {entry['name']}: {entry['slew-rate']}" [all …]
|
D | pinctrl-template.j2 | 23 …{% set name = "%s%s%s_p%s%d%s" | format(entry["signal"], remap, variant, entry["port"], entry["pin… 24 /omit-if-no-ref/ {{ name }}: {{ name }} {
|
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/ |
D | ble_const.h | 180 * @name Duplicate filtering 191 * @name Bitmasks for Link Layer PHYs 203 * @name Values for Link Layer PHYs 217 * @name Link Layer State 233 * @name CTE Type 244 * @name CTE Type bitmask 255 * @name CTE Slot Duration 265 * @name Reason for hci_le_transmit_power_reporting_event() 276 * @name Transmit_Power_Level value 286 * @name Transmit_Power_Level_Flag values [all …]
|
D | ble_gatt.h | 43 *@name BLE ATT 60 *@name GATT_SRV_TYPE 71 *@name GATT_SRV_KEY_SIZE 81 *@name GATT_SRV_UUID 112 *@name GATT_SRV_CHAR_PROP 155 *@name GATT_SRV_DESCR_PROP constants 167 *@name SRV_VALBUFFER_OP_FLAGS 179 *@name ATT_ERROR_CODES 231 *@name GATT_SRV_PERMS 254 *@name GATT_SRV_CCCD [all …]
|
D | ble_status.h | 9 * Their name is prefixed by "BLE_ERROR_" 11 * Their name is prefixed by "BLE_STATUS_" and they're grouped by Layer 120 * @name Generic/System error codes 206 * @name L2CAP error codes, start with 0xA0 222 * @name Security Manager error codes 278 * @name Gatt layer Error Codes 295 * @name GAP layer Error Codes 334 * @name flash error codes
|
/hal_stm32-latest/scripts/tests/genpinctrl/ |
D | test_genpinctrl.py | 20 # no name 26 entry = {"name": "TEST"} 31 entry = {"name": "TEST", "match": "TEST"} 36 entry = {"name": "TEST", "match": "TEST"} 44 entry = {"name": "TEST", "match": "TEST"} 55 entry = {"name": "TEST", "match": "TEST", "mode": "alternate"} 65 entry = {"name": "TEST", "match": "TEST"} 86 entry = {"name": "TEST", "match": "TEST", "mode": "alternate"} 92 entry = {"name": "TEST", "match": "TEST", "mode": "alternate"} 98 entry = {"name": "TEST", "match": "TEST", "mode": "alternate"} [all …]
|
/hal_stm32-latest/scripts/tests/genpinctrl/data/pindata/mcu/IP/ |
D | GPIO-STM32F1TESTIP_Modes.xml | 3 <GPIO_Pin PortName="PA" Name="PA0"> 5 <PinSignal Name="TEST_SIGNAL_INVALID1"> 7 <!-- Invalid signal (invalid remap name) --> 8 <PinSignal Name="TEST_SIGNAL_INVALID2"> 9 <RemapBlock Name="INVALID_REMAP_NAME" DefaultRemap="true" /> 12 <PinSignal Name="UART1_TX"> 13 <RemapBlock Name="UART1_REMAP0" DefaultRemap="true" /> 14 <RemapBlock Name="UART1_REMAP1"> 16 <RemapBlock Name="UART1_REMAP2"> 18 <RemapBlock Name="UART1_REMAP3"> [all …]
|
D | GPIO-STM32F0TESTIP_Modes.xml | 3 <GPIO_Pin PortName="PA" Name="PA0"> 5 <PinSignal Name="TEST_SIGNAL_INVALID1"> 8 <PinSignal Name="TEST_SIGNAL_INVALID2"> 9 <SpecificParameter Name="GPIO_AF"> 13 <PinSignal Name="TEST_SIGNAL_INVALID3"> 14 <SpecificParameter Name="GPIO_AF"> 19 <PinSignal Name="UART1_TX"> 20 <SpecificParameter Name="GPIO_AF"> 25 <PinSignal Name="UART1_RX"> 26 <SpecificParameter Name="GPIO_AF">
|
/hal_stm32-latest/scripts/tests/genpinctrl/data/pindata/mcu/ |
D | STM32F0TESTDIE.xml | 3 <IP Name="GPIO" Version="STM32F0TESTIP"/> 5 <Pin Name="PZ0" Type="Power"> 7 <!-- Pin with wrong name --> 8 <Pin Name="WRONG_NAME" Type="I/O"> 11 <Pin Name="PA1 (TEST)" Type="I/O"> 14 <Pin Name="PA0" Type="I/O"> 15 <!-- Signal with GPIO name --> 16 <Signal Name="GPIO"/> 17 <!-- Signal without a name --> 20 <Signal Name="UART1_TX"/> [all …]
|
D | STM32F1TESTDIE.xml | 3 <IP Name="GPIO" Version="STM32F1TESTIP"/> 5 <Pin Name="PA0" Type="I/O"> 7 <Signal Name="UART1_TX"/> 9 <Signal Name="UART1_RX"/> 11 <Signal Name="ADC1_IN0"/> 13 <Signal Name="I2C2_SCL"/>
|
/hal_stm32-latest/.github/workflows/ |
D | test.yml | 1 name: Test 14 - name: Set up Python 18 - name: install dependencies 23 - name: lint scripts 25 - name: run script tests 33 - name: store coverage report 36 name: coverage-${{ matrix.python-version }}
|
/hal_stm32-latest/scripts/ |
D | serie_update.py | 503 if "template" in filename.name: 507 if "_hal_rcc" in filename.name: 510 if "_hal_" in filename.name: 511 # retrieve IP name from filename, like adc, 518 + re.sub(pattern, r"\1", filename.name).upper() 520 + filename.name 523 if "_ll_" in filename.name: 524 # retrieve IP name from filename, like adc, 531 + re.sub(pattern, r"\1", filename.name).upper() 533 + filename.name [all …]
|
D | update_stm32_package.py | 76 if stmyyxx.is_dir() and "common_ll" not in stmyyxx.name: 79 f"*************** updating module {stmyyxx.name} *****************", 83 stmyyxx.name[:-2],
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_flash.h | 187 … /*!< FLASH Operation Busy flag - legacy name for single bank */ 191 #define FLASH_FLAG_ECCC FLASH_FLAG_ECCC1 /*!< FLASH ECC correction - legacy name … 192 #define FLASH_FLAG_ECCD FLASH_FLAG_ECCD1 /*!< FLASH ECC detection - legacy name f… 204 … /*!< ECC Correction - legacy name for single bank */ 550 * @arg @ref FLASH_IT_ECCC ECC Correction Interrupt - legacy name for single bank 573 * @arg @ref FLASH_IT_ECCC ECC Correction Interrupt - legacy name for single bank 603 …* @arg @ref FLASH_FLAG_BSY FLASH write/erase operations in progress flag - legacy name for si… 607 …* @arg @ref FLASH_FLAG_ECCC FLASH one ECC error has been detected and corrected - legacy name … 608 …* @arg @ref FLASH_FLAG_ECCD FLASH two ECC errors have been detected - legacy name for single b… 631 …* @arg @ref FLASH_FLAG_ECCC FLASH one ECC error has been detected and corrected - legacy name … [all …]
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_flash.h | 198 … /*!< FLASH Operation Busy flag - legacy name for single bank */ 209 #define FLASH_FLAG_ECCC FLASH_FLAG_ECCC1 /*!< FLASH ECC correction - legacy name … 210 #define FLASH_FLAG_ECCD FLASH_FLAG_ECCD1 /*!< FLASH ECC detection - legacy name f… 228 … /*!< ECC Correction - legacy name for single bank */ 686 * @arg @ref FLASH_IT_ECCC ECC Correction Interrupt - legacy name for single bank 710 * @arg @ref FLASH_IT_ECCC ECC Correction Interrupt - legacy name for single bank 742 …* @arg @ref FLASH_FLAG_BSY FLASH write/erase operations in progress flag - legacy name for si… 748 …* @arg @ref FLASH_FLAG_ECCC FLASH one ECC error has been detected and corrected - legacy name … 749 …* @arg @ref FLASH_FLAG_ECCD FLASH two ECC errors have been detected - legacy name for single b… 784 …* @arg @ref FLASH_FLAG_ECCC FLASH one ECC error has been detected and corrected - legacy name … [all …]
|
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/ |
D | compiler.h | 81 #define SECTION(name) _Pragma(QUOTEME(location=name)) argument 171 #define SECTION(name) __attribute__((section(name))) argument 303 #define SECTION(name) __attribute__((section(name))) argument
|
/hal_stm32-latest/ |
D | LICENSE | 35 Neither the name of STMicroelectronics nor the names of its contributors may 96 separable from, or merely link (or bind by name) to the interfaces of, 236 file or class name and description of purpose be included on the 240 Copyright {yyyy} {name of copyright owner} 284 3. Neither the name of STMicroelectronics nor the names of other contributors to
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_adc_ex.h | 594 /*!< List of external triggers with generic trigger name, independently of */ 596 /* sorted by trigger name: */ 669 /*!< List of external triggers with generic trigger name, independently of */ 671 /* sorted by trigger name: */ 712 /*!< List of external triggers with generic trigger name, independently of */ 714 /* sorted by trigger name: */ 738 /*!< List of external triggers with generic trigger name, independently of */ 740 /* sorted by trigger name: */ 761 /* List of external triggers with generic trigger name, sorted by trigger */ 762 /* name: */ [all …]
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_def.h | 235 #define __SECTION(name) __attribute__((section(name))) argument 242 #define __SECTION(name) _Pragma(QUOTEME(location=name)) argument
|
/hal_stm32-latest/scripts/genllheaders/ |
D | genllheaders.py | 53 if not entry.is_dir() or not entry.name.startswith("stm32"): 56 series = entry.name 71 m = re.match(r"^stm32[a-z0-9]+_ll_([a-z0-9]+)\.h$", header.name)
|
/hal_stm32-latest/stm32cube/ |
D | CMakeLists.txt | 12 # * CONFIG_SOC: name of the SoC 19 # * CONFIG_SOC_SERIES_{SERIES_NAME}: name of the STM32 series 28 # Convert the Zephyr lowercase SoC name to the value expected by STM32Cube
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_comp.h | 172 /** @defgroup COMP_LL_EC_INPUT_LEGACY Comparator inputs legacy literals name 234 …oup COMP_LL_EC_OUTPUT_BLANKING_SOURCE_LEGACY Comparator output blanking source legacy literals name 729 /** @defgroup COMP_LL_EF_Configuration_Legacy_Functions Configuration of COMP, legacy functions name 732 /* Old functions name kept for legacy purpose, to be replaced by the */ 733 /* current functions name. */
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_opamp.h | 212 /** @defgroup OPAMP_LL_EC_INPUT_LEGACY OPAMP inputs legacy literals name 617 … @defgroup OPAMP_LL_EF_Configuration_Legacy_Functions Configuration of OPAMP, legacy functions name 620 /* Old functions name kept for legacy purpose, to be replaced by the */ 621 /* current functions name. */
|