Searched refs:set (Results 1 – 25 of 39) sorted by relevance
12
/hal_stm32-latest/lib/stm32wb0/ |
D | CMakeLists.txt | 25 set(${OUT_VAR} ${MIN_ELEMENT} PARENT_SCOPE) 29 set(CFG_BLE_CONTROLLER_MASTER_ENABLED "0") 30 set(CFG_BLE_CONTROLLER_SCAN_ENABLED "0") 31 set(CFG_BLE_CONTROLLER_PRIVACY_ENABLED "0") 32 set(CFG_BLE_SECURE_CONNECTIONS_ENABLED "0") 33 set(CFG_BLE_CONTROLLER_DATA_LENGTH_EXTENSION_ENABLED "0") 34 set(CFG_BLE_CONTROLLER_2M_CODED_PHY_ENABLED "1") 35 set(CFG_BLE_CONTROLLER_EXT_ADV_SCAN_ENABLED "0") 36 set(CFG_BLE_L2CAP_COS_ENABLED "0") 37 set(CFG_BLE_CONTROLLER_PERIODIC_ADV_ENABLED "0") [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set 53 we added a checked if the TSA bit was set in DESC1 54 If the TSA bit is set then have a peak at the context descriptor which should be the one 56 If the CTXT bit is set in the context descriptor then extract the timestamps
|
/hal_stm32-latest/stm32cube/stm32h5xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set 54 we added a checked if the TSA bit was set in DESC1 55 If the TSA bit is set then have a peak at the context descriptor which should be the one 57 If the CTXT bit is set in the context descriptor then extract the timestamps
|
/hal_stm32-latest/scripts/genpinctrl/ |
D | pinctrl-template.j2 | 21 {% set variant = "_" + entry["variant"] if entry["variant"] else "" %} 22 {% set remap = (entry["af"] | format_remap_name) if family == "STM32F1" else "" %} 23 …{% set name = "%s%s%s_p%s%d%s" | format(entry["signal"], remap, variant, entry["port"], entry["pin…
|
D | readme-template.j2 | 21 New set of files could be generated based on:
|
/hal_stm32-latest/lib/stm32wba/ |
D | CMakeLists.txt | 51 set(STM32WBA_BLE_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../zephyr/blobs/stm32wba/lib) 52 set(STM32WBA_BLE_LIB_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/STM32_WPAN/ble/stack) 53 set(STM32WBA_LL_LIB_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/STM32_WPAN/link_layer/ll_cmd_lib)
|
D | README.rst | 130 * LL sleep timer clock source set to LSE by default 134 * LL power table set not apllied
|
/hal_stm32-latest/stm32cube/ |
D | CMakeLists.txt | 49 set(supported_series 114 set(cube_dir ${series}) 116 set(cube_dir ${series}x)
|
/hal_stm32-latest/stm32cube/stm32f7xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set 63 This fix ensures that the TX timestamp is properly set by correctly
|
/hal_stm32-latest/scripts/ |
D | README.rst | 21 Note: This requires $ZEPHYR_BASE is set in your environment. 78 - "set the SHA1 after merge of STM32Cube versions (modules/hal/stm32)"
|
/hal_stm32-latest/zephyr/blobs/stm32wb0/lib/ |
D | license.md | 20 notice, this list of conditions and the disclaimer set forth below as items 10 26 binary code, this list of conditions, and the disclaimer set forth below as
|
/hal_stm32-latest/zephyr/blobs/stm32wba/lib/ |
D | license.md | 20 notice, this list of conditions and the disclaimer set forth below as items 10 26 binary code, this list of conditions, and the disclaimer set forth below as
|
/hal_stm32-latest/stm32cube/stm32c0xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-latest/stm32cube/stm32wbaxx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-latest/stm32cube/stm32l0xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-latest/stm32cube/stm32u5xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-latest/stm32cube/stm32g0xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-latest/stm32cube/stm32u0xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-latest/stm32cube/stm32wbxx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-latest/stm32cube/stm32f3xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-latest/stm32cube/stm32g4xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-latest/stm32cube/stm32l5xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-latest/dts/ |
D | README.rst | 21 New set of files could be generated based on:
|
/hal_stm32-latest/stm32cube/stm32f0xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-latest/scripts/tests/genpinctrl/data/ |
D | README.rst | 21 New set of files could be generated based on:
|
12