Home
last modified time | relevance | path

Searched defs:module (Results 1 – 13 of 13) sorted by relevance

/Zephyr-Core-3.7.0/scripts/
Dzephyr_module.py187 def process_module(module): argument
219 def process_cmake(module, meta): argument
250 def process_sysbuildcmake(module, meta): argument
284 def process_settings(module, meta): argument
312 def process_blobs(module, meta): argument
346 def process_kconfig(module, meta): argument
373 def process_sysbuildkconfig(module, meta): argument
398 def process_twister(module, meta): argument
/Zephyr-Core-3.7.0/drivers/sensor/st/vl53l1x/
Dvl53l1_platform_log.h161 #define _LOG_TRACE_PRINT(module, level, function, ...) \ argument
164 #define _LOG_FUNCTION_START(module, fmt, ...) \ argument
168 #define _LOG_FUNCTION_END(module, status, ...)\ argument
172 #define _LOG_FUNCTION_END_FMT(module, status, fmt, ...)\ argument
190 #define _LOG_TRACE_PRINT(module, level, function, ...) argument
191 #define _LOG_FUNCTION_START(module, fmt, ...) argument
192 #define _LOG_FUNCTION_END(module, status, ...) argument
193 #define _LOG_FUNCTION_END_FMT(module, status, fmt, ...) argument
/Zephyr-Core-3.7.0/doc/contribute/
Dexternal.rst106 Integration in main manifest file (west.yaml)
119 Integration as optional modules
139 Integration as external modules
/Zephyr-Core-3.7.0/drivers/sensor/st/vl53l0x/
Dvl53l0x_platform_log.h46 #define _LOG_FUNCTION_START(module, fmt, ...) (void)0 argument
47 #define _LOG_FUNCTION_END(module, status, ...) (void)0 argument
48 #define _LOG_FUNCTION_END_FMT(module, status, fmt, ...) (void)0 argument
/Zephyr-Core-3.7.0/include/zephyr/drivers/clock_control/
Drenesas_cpg_mssr.h17 uint32_t module; member
/Zephyr-Core-3.7.0/tests/bluetooth/common/testlib/include/testlib/
Dlog_utils.h11 static inline void bt_testlib_log_level_set(char *module, uint32_t new_level) in bt_testlib_log_level_set()
/Zephyr-Core-3.7.0/drivers/clock_control/
Dclock_control_r8a7795_cpg_mssr.c173 static uint32_t r8a7795_get_div_helper(uint32_t reg_val, uint32_t module) in r8a7795_get_div_helper()
204 static int r8a7795_set_rate_helper(uint32_t module, uint32_t *divider, uint32_t *div_mask) in r8a7795_set_rate_helper()
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()
61 uint32_t module = (uintptr_t)key; in cmp_cpg_clk_info_table_items() local
269 uint32_t module; in rcar_cpg_set_rate() local
Dclock_control_r8a779f0_cpg_mssr.c167 static uint32_t r8a779f0_get_div_helper(uint32_t reg_val, uint32_t module) in r8a779f0_get_div_helper()
202 static int r8a779f0_set_rate_helper(uint32_t module, uint32_t *divider, uint32_t *div_mask) in r8a779f0_set_rate_helper()
Dclock_control_renesas_cpg_mssr.h19 uint32_t module; member
/Zephyr-Core-3.7.0/boards/st/stm32wb5mmg/doc/
Dstm32wb5mmg.rst242 Flashing `hci_uart` application to STM32WB5MMG
/Zephyr-Core-3.7.0/doc/develop/
Dmodules.rst524 .. _sysbuild_module_integration:
1159 .. _changes_to_existing_module:
/Zephyr-Core-3.7.0/soc/intel/intel_adsp/common/include/
Dmanifest.h190 struct sof_man_module module; member