/Zephyr-Core-2.7.6/drivers/adc/ |
D | adc_handlers.c | 27 struct adc_sequence_options *options, in copy_sequence() 56 struct adc_sequence_options options; in z_vrfy_adc_read() local 77 struct adc_sequence_options options; in z_vrfy_adc_read_async() local
|
/Zephyr-Core-2.7.6/include/linker/ |
D | linker-tool-mwdt.h | 92 #define SECTION_PROLOGUE(name, options, align) name options align : argument 102 #define SECTION_DATA_PROLOGUE(name, options, align) \ argument 105 #define SECTION_DATA_PROLOGUE(name, options, align) name options align : argument
|
D | linker-tool-gcc.h | 173 #define SECTION_PROLOGUE(name, options, align) \ argument 198 #define SECTION_DATA_PROLOGUE(name, options, align) \ argument
|
/Zephyr-Core-2.7.6/drivers/watchdog/ |
D | wdt_handlers.c | 10 static inline int z_vrfy_wdt_setup(const struct device *dev, uint8_t options) in z_vrfy_wdt_setup()
|
D | wdt_mchp_xec.c | 27 static int wdt_xec_setup(const struct device *dev, uint8_t options) in wdt_xec_setup()
|
D | wdt_nrfx.c | 36 static int wdt_nrf_setup(const struct device *dev, uint8_t options) in wdt_nrf_setup()
|
/Zephyr-Core-2.7.6/doc/guides/build/kconfig/ |
D | tips.rst | 59 Options enabling individual devices 67 Options that specify a device in the system by name 78 Options that specify fixed hardware configuration
|
/Zephyr-Core-2.7.6/share/zephyr-package/cmake/ |
D | zephyr_package_search.cmake | 37 set(options CHECK_ONLY SEARCH_PARENTS VERSION_CHECK) variable
|
/Zephyr-Core-2.7.6/samples/net/civetweb/websocket_server/src/ |
D | main.c | 30 static const char * const options[] = { in main_pthread() local
|
/Zephyr-Core-2.7.6/doc/_extensions/zephyr/ |
D | link-roles.py | 69 def role(name, rawtext, text, lineno, inliner, options={}, content=[]): argument
|
/Zephyr-Core-2.7.6/scripts/kconfig/ |
D | hardenconfig.py | 59 def display_results(options): argument
|
/Zephyr-Core-2.7.6/boards/posix/native_posix/doc/ |
D | index.rst | 309 How does this port compare to QEMU: 332 How does this port compare to an ISS:
|
/Zephyr-Core-2.7.6/drivers/misc/ft8xx/ |
D | ft8xx_copro.c | 79 uint16_t options, in ft8xx_copro_cmd_text() 120 uint16_t options, in ft8xx_copro_cmd_number()
|
/Zephyr-Core-2.7.6/arch/x86/core/intel64/ |
D | thread.c | 71 int arch_float_enable(struct k_thread *thread, unsigned int options) in arch_float_enable()
|
/Zephyr-Core-2.7.6/cmake/ |
D | extensions.cmake | 883 set(options EXACT) variable 1845 set(options APPEND) variable 1882 set(options APPEND) variable 1906 set(options APPEND) variable 2223 set(options SANITIZE TOUPPER) variable 3259 set(options "ALIGN_WITH_INPUT;HIDDEN;NOINIT;NOINPUT") variable 3367 set(options "ALIGN_WITH_INPUT") variable 3490 set(options "ANY;FIRST;KEEP") variable
|
/Zephyr-Core-2.7.6/arch/x86/core/ia32/ |
D | float.c | 182 void z_float_enable(struct k_thread *thread, unsigned int options) in z_float_enable()
|
D | thread.c | 65 int arch_float_enable(struct k_thread *thread, unsigned int options) in arch_float_enable()
|
/Zephyr-Core-2.7.6/tests/drivers/adc/adc_dma/src/ |
D | test_adc.c | 243 const struct adc_sequence_options options = { in test_task_asynchronous_call() local 309 const struct adc_sequence_options options = { in test_task_with_interval() local 389 const struct adc_sequence_options options = { in test_task_repeated_samplings() local
|
/Zephyr-Core-2.7.6/kernel/ |
D | thread.c | 513 int prio, uint32_t options, const char *name) in z_setup_new_thread() 620 int prio, uint32_t options, k_timeout_t delay) in z_impl_k_thread_create() 645 int prio, uint32_t options, k_timeout_t delay) in z_vrfy_k_thread_create() 767 uint32_t initial_state, unsigned int options) in z_init_thread_base() 867 int z_impl_k_float_enable(struct k_thread *thread, unsigned int options) in z_impl_k_float_enable()
|
/Zephyr-Core-2.7.6/subsys/portability/cmsis_rtos_v2/ |
D | thread_flags.c | 87 uint32_t osThreadFlagsWait(uint32_t flags, uint32_t options, uint32_t timeout) in osThreadFlagsWait()
|
D | event_flags.c | 106 uint32_t options, uint32_t timeout) in osEventFlagsWait()
|
/Zephyr-Core-2.7.6/arch/sparc/core/ |
D | thread.c | 82 int arch_float_enable(struct k_thread *thread, unsigned int options) in arch_float_enable()
|
/Zephyr-Core-2.7.6/arch/riscv/core/ |
D | thread.c | 161 int arch_float_enable(struct k_thread *thread, unsigned int options) in arch_float_enable()
|
/Zephyr-Core-2.7.6/arch/arm64/core/ |
D | fpu.c | 321 int arch_float_enable(struct k_thread *thread, unsigned int options) in arch_float_enable()
|
/Zephyr-Core-2.7.6/drivers/sensor/grove/ |
D | temperature_sensor.c | 40 static struct adc_sequence_options options = { variable
|