/hal_stm32-latest/scripts/ |
D | ble_library.py | 12 from pathlib import Path 147 hci_path = Path(dest_lib_path / "hci") 159 src_file_path = Path(src_repo_path / file) 163 shutil.copy(src_file_path, Path(hci_path / file_name)) 174 os.remove(os.path.join(root, file)) 178 # Src file path to be copied 179 src_file_path = Path(src_repo_path / file) 181 # Extract the relevant part of the path from "dir_name" onwards 184 # Create the full destination path 185 destination_path = os.path.join(dest_lib_path, relative_path) [all …]
|
D | serie_update.py | 13 from pathlib import Path 22 SCRIPT_DIR = Path(__file__).absolute().parent 60 stm32cube_repo_path: directory path where to fetch github repo 70 FileNotFoundError: If Zphyr STM32 cube path is not found 90 # 2: zephyr stm32 path : ex: .../zephyr_project/module/hal/stm32 109 self.stm32cube_serie_path = self.stm32cube_repo_path / Path( 153 def rename_conf_template(self, path): argument 156 path: path where to apply the files processing 159 hal_conf_template_fullpath = Path( 160 path / (self.stm32_seriexx + "_hal_conf_template.h") [all …]
|
D | update_stm32_package.py | 19 from pathlib import Path 44 help="Allows to provide path where STM32Cube repo are stored", 62 SCRIPT_DIR = Path(__file__).absolute().parent 96 repo_path = Path(args.repo) 98 repo_path = Path(os.getenv("HOME")) / "STM32Cube_repo" 190 Path(commit_file_path).unlink()
|
/hal_stm32-latest/scripts/genllheaders/ |
D | genllheaders.py | 6 python3 genllheaders.py [-p /path/to/HAL] [-o /path/to/output_dir] 15 from pathlib import Path 25 SCRIPT_DIR = Path(__file__).absolute().parent 45 hal_path: Zephyr CubeMX HAL path. 112 "--hal-path", 113 type=Path, 115 help="Zephyr CubeMX HAL path", 120 type=Path,
|
/hal_stm32-latest/scripts/genpinctrl/ |
D | genpinctrl.py | 6 python3 genpinctrl.py -p /path/to/stm32-open-pin-data-repository 7 [-o /path/to/output_dir] 17 from pathlib import Path 30 SCRIPT_DIR = Path(__file__).absolute().parent 312 data_path: STM32 Open Pin Data repository path. 428 data_path: STM32 Open Pin Data repository path. 542 def detect_xml_namespace(data_path: Path): argument 588 data_path: STM32 Open Pin Data repository path. 727 "--data-path", 728 type=Path, [all …]
|
/hal_stm32-latest/zephyr/ |
D | module.yml | 7 - path: stm32wba/lib/LinkLayer_BLE_Full_lib.a 11 license-path: zephyr/blobs/stm32wba/lib/license.md 14 - path: stm32wba/lib/stm32wba_ble_stack_llo.a 18 license-path: zephyr/blobs/stm32wba/lib/license.md 21 - path: stm32wb0/lib/stm32wb0x_ble_stack_controller_only.a 25 license-path: zephyr/blobs/stm32wb0/lib/license.md
|
/hal_stm32-latest/scripts/common_utils/ |
D | common_utils.py | 4 from pathlib import Path 17 log_path = dest_path / str(Path(patch_file).name + ".log") 43 def remove_readonly(func, path, _): argument 45 os.chmod(path, stat.S_IWRITE) 46 func(path)
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_dac.h | 817 * - connection to GPIO or internal path. 825 * - if output connection is set to internal path and output buffer 828 * (both connections to GPIO pin and internal path). 831 * output connection is also connected to internal path 832 * (both connections to GPIO pin and internal path). 947 * - if output connection is set to internal path and output buffer 950 * (both connections to GPIO pin and internal path). 953 * output connection is also connected to internal path 954 * (both connections to GPIO pin and internal path). 975 * - if output connection is set to internal path and output buffer [all …]
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_dac.h | 820 * - connection to GPIO or internal path. 828 * - if output connection is set to internal path and output buffer 831 * (both connections to GPIO pin and internal path). 834 * output connection is also connected to internal path 835 * (both connections to GPIO pin and internal path). 950 * - if output connection is set to internal path and output buffer 953 * (both connections to GPIO pin and internal path). 956 * output connection is also connected to internal path 957 * (both connections to GPIO pin and internal path). 978 * - if output connection is set to internal path and output buffer [all …]
|
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/inc/ |
D | ll_intf.h | 497 …uint16_t conn_handle_id; /* Connection handle for which a path loss threshold crossing is reported… 498 …uint8_t current_path_loss; /* The current path loss value as calculated by the Controller. (unit: … 842 * @brief LE Set Path Loss Reporting Parameters command 845 …uint16_t conn_handle_id; /* Connection handle for which path loss threshold reporting parameters a… 846 …t; /* Minimum time in number of connection events to be observed once the path crosses the thresho… 847 uint8_t high_threshold; /* High threshold for the path loss (unit: dB) */ 849 uint8_t low_threshold; /* Low threshold for the path loss (unit: dB) */ 854 * @brief LE Set Path Loss Reporting Enable command 857 …uint16_t conn_handle_id; /* Connection handle for which path loss reporting to Host is enabled or … 858 …uint8_t enable; /* Enable or Disabled the path loss reporting to Host. 0x00: Reporting disabled… [all …]
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_dac.h | 874 * - connection to GPIO or internal path. 882 * - if output connection is set to internal path and output buffer 885 * (both connections to GPIO pin and internal path). 888 * output connection is also connected to internal path 889 * (both connections to GPIO pin and internal path). 1014 * - if output connection is set to internal path and output buffer 1017 * (both connections to GPIO pin and internal path). 1020 * output connection is also connected to internal path 1021 * (both connections to GPIO pin and internal path). 1044 * - if output connection is set to internal path and output buffer [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_dac.h | 939 * - connection to GPIO or internal path. 947 * - if output connection is set to internal path and output buffer 950 * (both connections to GPIO pin and internal path). 953 * output connection is also connected to internal path 954 * (both connections to GPIO pin and internal path). 1079 * - if output connection is set to internal path and output buffer 1082 * (both connections to GPIO pin and internal path). 1085 * output connection is also connected to internal path 1086 * (both connections to GPIO pin and internal path). 1109 * - if output connection is set to internal path and output buffer [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_dac.h | 924 * - connection to GPIO or internal path. 932 * - if output connection is set to internal path and output buffer 935 * (both connections to GPIO pin and internal path). 938 * output connection is also connected to internal path 939 * (both connections to GPIO pin and internal path). 1064 * - if output connection is set to internal path and output buffer 1067 * (both connections to GPIO pin and internal path). 1070 * output connection is also connected to internal path 1071 * (both connections to GPIO pin and internal path). 1094 * - if output connection is set to internal path and output buffer [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_dac.h | 964 * - connection to GPIO or internal path. 972 * - if output connection is set to internal path and output buffer 975 * (both connections to GPIO pin and internal path). 978 * output connection is also connected to internal path 979 * (both connections to GPIO pin and internal path). 1104 * - if output connection is set to internal path and output buffer 1107 * (both connections to GPIO pin and internal path). 1110 * output connection is also connected to internal path 1111 * (both connections to GPIO pin and internal path). 1134 * - if output connection is set to internal path and output buffer [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_dac.h | 943 * - connection to GPIO or internal path. 951 * - if output connection is set to internal path and output buffer 954 * (both connections to GPIO pin and internal path). 957 * output connection is also connected to internal path 958 * (both connections to GPIO pin and internal path). 1083 * - if output connection is set to internal path and output buffer 1086 * (both connections to GPIO pin and internal path). 1089 * output connection is also connected to internal path 1090 * (both connections to GPIO pin and internal path). 1113 * - if output connection is set to internal path and output buffer [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_dac.h | 970 * - connection to GPIO or internal path. 978 * - if output connection is set to internal path and output buffer 981 * (both connections to GPIO pin and internal path). 984 * output connection is also connected to internal path 985 * (both connections to GPIO pin and internal path). 1125 * - if output connection is set to internal path and output buffer 1128 * (both connections to GPIO pin and internal path). 1131 * output connection is also connected to internal path 1132 * (both connections to GPIO pin and internal path). 1158 * - if output connection is set to internal path and output buffer [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_adc.h | 563 /** @defgroup ADC_LL_EC_COMMON_PATH_INTERNAL ADC common - Measurement path to internal channels 569 /* path enable. In this case, Access to measurement path is done */ 572 #define LL_ADC_PATH_INTERNAL_VREFINT (ADC_CCR_TSVREFE) /*!< ADC measurement path to inte… 573 #define LL_ADC_PATH_INTERNAL_TEMPSENSOR (ADC_CCR_TSVREFE) /*!< ADC measurement path to inte… 574 #define LL_ADC_PATH_INTERNAL_VBAT (ADC_CCR_VBATE) /*!< ADC measurement path to inte… 646 … channel is shared between temperature sensor and Vbat, only 1 measurement path must be enabled. */ 950 … channel is shared between temperature sensor and Vbat, only 1 measurement path must be enabled. */ 951 … channel is shared between temperature sensor and Vbat, only 1 measurement path must be enabled. */ 952 … channel is shared between temperature sensor and Vbat, only 1 measurement path must be enabled. */ 1150 …nal channel is shared between temperature sensor and Vbat, only 1 measurement path must be enabled. [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_adc.h | 555 /** @defgroup ADC_LL_EC_COMMON_PATH_INTERNAL ADC common - Measurement path to internal channels 561 /* path enable. In this case, Access to measurement path is done */ 564 #define LL_ADC_PATH_INTERNAL_VREFINT (ADC_CCR_TSVREFE) /*!< ADC measurement path to inte… 565 #define LL_ADC_PATH_INTERNAL_TEMPSENSOR (ADC_CCR_TSVREFE) /*!< ADC measurement path to inte… 566 #define LL_ADC_PATH_INTERNAL_VBAT (ADC_CCR_VBATE) /*!< ADC measurement path to inte… 931 … channel is shared between temperature sensor and Vbat, only 1 measurement path must be enabled. */ 932 … channel is shared between temperature sensor and Vbat, only 1 measurement path must be enabled. */ 933 … channel is shared between temperature sensor and Vbat, only 1 measurement path must be enabled. */ 1128 …nal channel is shared between temperature sensor and Vbat, only 1 measurement path must be enabled. 1166 …l channel is shared between temperature sensor and Vbat, only 1 measurement path must be enabled.\n [all …]
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_sdmmc.h | 87 uint32_t CPSM; /*!< Specifies whether SDMMC Command path state machine (CPSM) 112 uint32_t DPSM; /*!< Specifies whether SDMMC Data path state machine (DPSM) 758 * @arg SDMMC_FLAG_CPSMACT: Command path state machine active 759 * @arg SDMMC_FLAG_DPSMACT: Data path state machine active 826 * @arg SDMMC_IT_DPSMACT: Data path state machine active interrupt 827 * @arg SDMMC_IT_CPSMACT: Command path state machine active interrupt 1001 /* Command path state machine (CPSM) management functions */ 1006 /* Data path state machine (DPSM) management functions */
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_comp.h | 134 …rator input minus connected to 1/4 VrefInt (specifity of COMP2 related to path to enable via SYSCF… 135 …rator input minus connected to 1/2 VrefInt (specifity of COMP2 related to path to enable via SYSCF… 136 …rator input minus connected to 3/4 VrefInt (specifity of COMP2 related to path to enable via SYSCF… 137 …omparator input minus connected to VrefInt (specifity of COMP2 related to path to enable via SYSCF… 354 * to enable path from VrefInt (refer to literal 440 * to enable path from VrefInt (refer to literal
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_dac.h | 1453 * - connection to GPIO or internal path. 1461 * - if output connection is set to internal path and output buffer 1464 * (both connections to GPIO pin and internal path). 1467 * output connection is also connected to internal path 1468 * (both connections to GPIO pin and internal path). 1608 * - if output connection is set to internal path and output buffer 1611 * (both connections to GPIO pin and internal path). 1614 * output connection is also connected to internal path 1615 * (both connections to GPIO pin and internal path). 1641 * - if output connection is set to internal path and output buffer [all …]
|
/hal_stm32-latest/scripts/tests/genllheaders/ |
D | conftest.py | 1 from pathlib import Path 7 _SCRIPT_DIR = Path(__file__).absolute().parent 8 sys.path.insert(0, str(_SCRIPT_DIR / ".." / ".." / "genllheaders"))
|
/hal_stm32-latest/scripts/tests/genpinctrl/ |
D | conftest.py | 1 from pathlib import Path 7 _SCRIPT_DIR = Path(__file__).absolute().parent 8 sys.path.insert(0, str(_SCRIPT_DIR / ".." / ".." / "genpinctrl"))
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_gpio.h | 73 uint32_t Path; /*!< Specifies the path of the delay. member 200 /** @defgroup GPIO_path GPIO path control 201 * @brief GPIO path configuration for delay functionality 211 …* @brief GPIO delay in picosecond to apply on the input/output path depending the value of control…
|
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/ |
D | ble_api.h | 681 * - 0x0000000080000000: LE Path Loss Threshold event 2513 * Path Compensation Values parameter used in the Tx Power Level and RSSI 2523 * RF path gain or loss between the RF transceiver and the antenna 2525 * RF path gain and a negative value means a net RF path loss. The RF Tx 2526 * Path Compensation Value parameter shall be used by the Controller to 2530 * RF transceiver output + RF Tx Path Compensation Value. For example, if 2532 * Path Compensation Value is -1.5 (dB), the radiative Tx Power Level is 2533 * +4+(-1.5) = 2.5 (dBm). The RF Rx Path Compensation Value parameter 3349 * to 0. If a CIS configuration that is being modified has a data path 3356 * modified has a data path set in the Peripheral to Central direction [all …]
|