Home
last modified time | relevance | path

Searched full:module (Results 1 – 25 of 1565) sorted by relevance

12345678910>>...63

/Zephyr-latest/subsys/bluetooth/
DKconfig.logging17 module = BT
18 module-str = "Bluetooth"
21 # Set BT as the parent module for all the symbols that will use
26 # parent module because all the following symbol will use it.
27 parent-module = BT
32 module = BT_HCI_DRIVER
33 module-str = "Bluetooth HCI driver"
36 module = BT_RPA
37 module-str = "Bluetooth Resolvable Private Address (RPA)"
44 module = BT_EAD
[all …]
/Zephyr-latest/modules/
DKconfig.stm3225 Enable STM32Cube Analog-to-Digital Converter (ADC) HAL module driver
31 module driver
36 Enable STM32Cube Controller Area Network (CAN) HAL module driver
41 Enable STM32Cube HDMI-CEC controller (CEC) HAL module driver
46 Enable STM32Cube Ultra Low Power Comparator channels (COMP) HAL module
52 Enable STM32Cube CORDIC co-processor (CORDIC) functions HAL module
58 Enable STM32Cube CORTEX HAL module driver
64 module driver
70 (CRC) HAL module driver
75 Enable STM32Cube Cryptographic processor (CRYP) HAL module driver
[all …]
DKconfig.mcux24 Set if the 12B1MSPS SAR ADC module is present in the SoC.
29 Set if the 12-bit ADC (ADC12) module is present in the SoC.
34 Set if the 16-bit ADC (ADC16) module is present in the SoC.
39 Set if the LPADC module is present in the SoC.
49 Set if the clock control module (CCM) module is present in the SoC.
54 Set if the revision 2 of clock control module (CCM) module is present in the SoC.
60 Set if the syscon module is present in the SoC.
65 Set if the peripheral clock controller module (PCC) module is
71 Set if the enhanced LCD interface (eLCDIF) module is present in the
77 Set if the MIPI DSI module is present in the SoC.
[all …]
DKconfig.nuvoton18 module driver
33 module driver
37 Enable Nuvoton gpio HAL module driver
41 Enable Nuvoton FMC HAL module driver
45 Enable Nuvoton I2C HAL module driver
49 Enable Nuvoton SPI HAL module driver
53 Enable Nuvoton PWM HAL module driver
57 Enable Nuvoton USB 1.1 device controller HAL module driver
61 Enable Nuvoton high-speed USB 2.0 device controller HAL module driver
65 Enable Nuvoton ETH EMAC HAL module driver
[all …]
DKconfig61 # comment "<module_name> module not available."
64 # Remember to add the following code inside the `<module>/Kconfig file:
69 comment "hal_gigadevice module not available."
72 comment "hal_nordic module not available."
75 comment "liblc3 module not available."
78 comment "LittleFS module not available."
81 comment "mbedtls module not available."
84 comment "Trusted-firmware-m module not available."
87 comment "Trusted-firmware-a module not available."
90 comment "Nanopb module not available."
[all …]
/Zephyr-latest/subsys/net/ip/
DKconfig.debug14 module = NET_PKT
15 module-dep = NET_LOG
16 module-str = Log level for network packet and buffer allocation
17 module-help = Enables debug of network packet and buffer allocations and frees.
48 module = NET_CORE
49 module-dep = NET_LOG
50 module-str = Log level for core IP stack
51 module-help = Enables core network stack code to output debug messages.
54 module = NET_IF
55 module-dep = NET_LOG
[all …]
/Zephyr-latest/subsys/logging/
DKconfig.template.log_config3 choice "$(module)_LOG_LEVEL_CHOICE"
4 prompt "Max compiled-in log level for $(module-str)"
5 default $(module)_LOG_LEVEL_DEFAULT
8 config $(module)_LOG_LEVEL_OFF
11 config $(module)_LOG_LEVEL_ERR
14 config $(module)_LOG_LEVEL_WRN
17 config $(module)_LOG_LEVEL_INF
20 config $(module)_LOG_LEVEL_DBG
23 config $(module)_LOG_LEVEL_DEFAULT
28 config $(module)_LOG_LEVEL
[all …]
DKconfig.template.log_config_inherit5 # This template allow module to use the parent module log level by default.
8 # - module:
9 # Name of the new log module.
11 # - parent-module:
12 # Name of the module that will be inherited by the new module.
15 choice "$(module)_LOG_LEVEL_CHOICE"
16 default $(module)_LOG_LEVEL_INHERIT if y
18 config $(module)_LOG_LEVEL_INHERIT
19 bool "Inherit $(parent-module)_LOG_LEVEL"
23 config $(module)_LOG_LEVEL
[all …]
/Zephyr-latest/subsys/net/
DKconfig.template.log_config.net7 choice "$(module)_LOG_LEVEL_CHOICE"
8 prompt "$(module-str)"
9 default $(module)_LOG_LEVEL_DEFAULT
10 depends on $(module-dep)
14 # $(module-help)
16 config $(module)_LOG_LEVEL_OFF
21 config $(module)_LOG_LEVEL_ERR
26 config $(module)_LOG_LEVEL_WRN
31 config $(module)_LOG_LEVEL_INF
36 config $(module)_LOG_LEVEL_DBG
[all …]
DKconfig.template.log_config.default.net9 prompt "$(module-str)"
10 default $(module)_$(module-def)
11 depends on $(module-dep)
15 # $(module-help)
17 config $(module)_LOG_LEVEL_OFF
22 config $(module)_LOG_LEVEL_ERR
27 config $(module)_LOG_LEVEL_WRN
32 config $(module)_LOG_LEVEL_INF
37 config $(module)_LOG_LEVEL_DBG
44 config $(module)_LOG_LEVEL
[all …]
/Zephyr-latest/dts/bindings/pinctrl/
Dambiq,apollo4-pinctrl.yaml107 ambiq,iom-nce-module:
111 IOM nCE module select, selects the SPI channel (CE) number (0-42).
112 0, IOM0CE0 : IOM 0 NCE 0 module
113 1, IOM0CE1 : IOM 0 NCE 1 module
114 2, IOM0CE2 : IOM 0 NCE 2 module
115 3, IOM0CE3 : IOM 0 NCE 3 module
116 4, IOM1CE0 : IOM 1 NCE 0 module
117 5, IOM1CE1 : IOM 1 NCE 1 module
118 6, IOM1CE2 : IOM 1 NCE 2 module
119 7, IOM1CE3 : IOM 1 NCE 3 module
[all …]
/Zephyr-latest/modules/hal_gigadevice/
DKconfig85 Enable GD32 Analog-to-Digital Converter (ADC) HAL module driver
90 Enable GD32 Backup Registers (BKP) HAL module driver
95 Enable GD32 Controller Area Network (CAN) HAL module driver
100 Enable GD32 Consumer Electronics Control (CEC) HAL module driver
105 Enable GD32 Comparator (CMP) HAL module driver
111 module driver
116 Enable GD32 Clock Trim Controller (CTC) HAL module driver
121 Enable GD32 Digital-to-Analog Converter (DAC) HAL module driver
126 Enable GD32 Debug (DBG) HAL module driver
131 Enable GD32 Digital Camera Interface (DCI) HAL module driver
[all …]
/Zephyr-latest/drivers/sensor/
DKconfig.trigger_template5 choice "$(module)_TRIGGER_MODE"
8 Specify the type of triggering to be used by the sensor module.
10 config $(module)_TRIGGER_NONE
13 config $(module)_TRIGGER_GLOBAL_THREAD
16 select $(module)_TRIGGER
18 config $(module)_TRIGGER_OWN_THREAD
21 select $(module)_TRIGGER
25 config $(module)_TRIGGER
28 if $(module)_TRIGGER
30 config $(module)_THREAD_PRIORITY
[all …]
/Zephyr-latest/modules/trusted-firmware-m/
DKconfig.tfm.crypto_modules1 # Configuration for the crypto modules in the TF-M Module
11 bool "Random number generator crypto module"
14 Enables the random number generator module within the crypto partition.
18 bool "KEY crypto module"
21 Enables the KEY crypto module within the crypto partition.
26 bool "AEAD crypto module"
29 Enables the AEAD crypto module within the crypto partition.
34 bool "MAC crypto module"
37 Enables the MAC crypto module within the crypto partition.
42 bool "HASH crypto module"
[all …]
/Zephyr-latest/doc/develop/
Dmodules.rst23 :ref:`module licensing requirements<modules_licensing>` and
25 Zephyr developer that is committed to maintain the module codebase.
53 Modules are repositories that contain a :file:`zephyr/module.yml` file, so that
65 general (unless they are a module themselves).
67 Module Repositories
73 * The module repository codebase shall include a *module.yml* file in a
76 * Module repository names should follow the convention of using lowercase
78 new module repositories, except for repositories that are directly
84 Existing module repositories that do not conform to the above convention
87 * Module repositories names should be explicitly set in the :file:`zephyr/module.yml` file.
[all …]
/Zephyr-latest/modules/hal_infineon/
DKconfig15 Enable Analog-to-Digital Converter (ADC) HAL module driver for Infineon devices
20 Enable Inter-Integrated Circuit Interface (I2C) HAL module driver for Infineon devices
25 Enable Real-Time Clock (RTC) HAL module driver for Infineon devices
30 Enable Secure Digital Input/Output interface (SDIO) HAL module for Infineon devices
36 Enable SDHC HAL module for Infineon devices
42 Enable Serial Peripheral Interface (SPI) HAL module driver for Infineon devices
48 Enable Timer (Timer/Counter) HAL module driver for Infineon devices
53 Enable Low-Power Timer (LPTimer) HAL module driver for Infineon devices
58 Enable True Random Number Generator (TRNG) HAL module driver for Infineon devices
63 Enable Universal Asynchronous Receiver/Transmitter (UART) HAL module
[all …]
/Zephyr-latest/cmake/modules/
Dzephyr_module.cmake11 # CMakeLists.txt and Kconfig files can reside directly in the Zephyr module or
13 # The `<module>/zephyr/module.yml` file specifies whether the build files are
14 # located in the Zephyr module or in a MODULE_EXT_ROOT.
17 # -DZEPHYR_MODULES=<module-path>[;<additional-module(s)-path>]
19 # It looks for: <module>/zephyr/module.yml or
20 # <module>/zephyr/CMakeLists.txt
21 # to load the Zephyr module into Zephyr build system.
23 # search for zephyr/module.yml from the current workspace's manifest.
25 # If the module.yml file specifies that build files are located in a
31 # Settings used by Zephyr module but where systems may define an alternative value.
[all …]
Dzephyr_default.cmake5 # This CMake module will load all Zephyr CMake modules in correct order for
9 # See individual CMake module descriptions
16 # required version, not even invoking it from a CMake module is sufficient.
120 "Subcomponent '${component}' not default module for Zephyr CMake build system.\n"
126 foreach(module IN LISTS zephyr_cmake_modules)
127 # Ensures any module of type `${module}` are properly expanded to list before
128 # passed on the `include(${module})`.
129 # This is done twice to support cases where the content of `${module}` itself
131 string(CONFIGURE "${module}" module)
132 string(CONFIGURE "${module}" module)
[all …]
/Zephyr-latest/subsys/modem/
DKconfig11 bool "Modem chat module"
24 bool "Modem CMUX module"
33 int "CMUX module work buffer size in bytes"
37 module = MODEM_CMUX
38 module-str = modem_cmux
44 bool "Modem pipe module"
48 bool "Modem pipelink module"
52 bool "Modem PPP module"
81 bool "Modem U-BLOX module"
85 Enable Modem U-BLOX module.
[all …]
/Zephyr-latest/drivers/stepper/adi_tmc/
DKconfig.tmc_rampgen_template4 config STEPPER_ADI_$(module)_RAMPSTAT_POLL
5 bool "$(module-str) poll ramp status"
6 depends on STEPPER_ADI_$(module)
15 config STEPPER_ADI_$(module)_RAMPSTAT_POLL_INTERVAL_IN_MSEC
16 int "$(module-str) poll ramp status interval in ms"
17 depends on STEPPER_ADI_$(module)_RAMPSTAT_POLL
22 config STEPPER_ADI_$(module)_RAMP_GEN
23 bool "Use $(module-str) with Ramp Generator"
24 depends on STEPPER_ADI_$(module)
/Zephyr-latest/drivers/clock_control/
Dclock_control_renesas_cpg_mssr.c33 int rcar_cpg_mstp_clock_endisable(uint32_t base_address, uint32_t module, bool enable) in rcar_cpg_mstp_clock_endisable() argument
35 uint32_t reg = module / 100; in rcar_cpg_mstp_clock_endisable()
36 uint32_t bit = module % 100; in rcar_cpg_mstp_clock_endisable()
40 __ASSERT((bit < 32) && reg < ARRAY_SIZE(mstpcr), "Invalid module number for cpg clock: %d", in rcar_cpg_mstp_clock_endisable()
41 module); in rcar_cpg_mstp_clock_endisable()
61 uint32_t module = (uintptr_t)key; in cmp_cpg_clk_info_table_items() local
63 if (e->module == module) { in cmp_cpg_clk_info_table_items()
65 } else if (e->module < module) { in cmp_cpg_clk_info_table_items()
84 LOG_ERR("%s: can't find clk info (domain %u module %u)", dev->name, domain, id); in rcar_cpg_find_clk_info_by_module_id()
111 divider = data->get_div_helper(reg_val, clk_info->module); in rcar_cpg_get_divider()
[all …]
/Zephyr-latest/soc/silabs/
DKconfig18 Set if the Back-Up Real Time Counter (BURTC) HAL module is used.
24 Set if the Core interrupt handling (CORE) HAL module is used.
29 Set if the Analog to Digital Converter (ADC) HAL module is used.
34 Set if the Incremental Analog to Digital Converter (IADC) HAL module is used.
39 Set if the Ultra Low Energy Timer/Counter (CRYOTIMER) HAL module is used.
44 Set if the Energy Management Unit (EMU) HAL module is used.
49 Set if the General Purpose Input/Output (GPIO) HAL module is used.
54 Set if the Inter-Integrated Circuit Interface (I2C) HAL module is used.
59 Set if the Low Energy Timer (LETIMER) HAL module is used.
65 HAL module is used.
[all …]
/Zephyr-latest/drivers/sensor/st/vl53l1x/
Dvl53l1_platform_log.h32 * @brief Set the level, output and specific functions for module logging.
37 * @param modules - Module or None or All to trace
117 * @brief Print trace module function.
119 * @param module - ??
127 uint32_t module,
161 #define _LOG_TRACE_PRINT(module, level, function, ...) \ argument
162 VL53L1_trace_print_module_function(module, level, function, ##__VA_ARGS__);
164 #define _LOG_FUNCTION_START(module, fmt, ...) \ argument
165 VL53L1_trace_print_module_function(module, _trace_level, VL53L1_TRACE_FUNCTION_ALL,\
168 #define _LOG_FUNCTION_END(module, status, ...)\ argument
[all …]
/Zephyr-latest/scripts/
Dzephyr_module.py40 # The zephyr/module.yml file is a simple list of key value pairs to be used by
179 MODULE_YML_PATH = PurePath('zephyr/module.yml')
200 def process_module(module): argument
201 module_path = PurePath(module)
203 # The input is a module if zephyr/module.{yml,yaml} is a valid yaml file
232 def process_cmake(module, meta): argument
234 module_path = PurePath(module)
235 module_yml = module_path.joinpath('zephyr/module.yml')
245 if not validate_setting(cmake_setting, module, 'CMakeLists.txt'):
250 cmake_path = os.path.join(module, cmake_setting or 'zephyr')
[all …]
/Zephyr-latest/scripts/west_commands/
Dblobs.py21 DEFAULT_LIST_FMT = '{module} {status} {path} {type} {abspath}'
50 - module: name of the module that contains this blob
53 - path: blob local path from <module>/zephyr/blobs/
69 parser.add_argument('modules', metavar='MODULE', nargs='*',
89 self.die(f'Unknown module(s): {unknown}')
91 for module in all_modules:
92 # Filter by module
93 module_name = module.meta.get('name', None)
97 blobs += zephyr_module.process_blobs(module.project, module.meta)
124 self.dbg('Verifying blob {module}: {abspath}'.format(**blob))
[all …]

12345678910>>...63