/Zephyr-latest/doc/kernel/services/other/ |
D | float.rst | 79 The Shared FP registers mode is the default Floating Point 140 The Shared FP registers mode is the default Floating Point 162 ARCv2 architecture 190 RISC-V architecture 225 SPARC architecture 253 x86 architecture
|
/Zephyr-latest/doc/develop/tools/ |
D | coccinelle.rst | 375 Example 428 Example 490 Example 540 Example
|
/Zephyr-latest/tests/posix/common/src/ |
D | mqueue.c | 72 int32_t mode = 0777; in ZTEST() local 129 int32_t mode = 0777; in ZTEST() local 178 int32_t mode = 0777; in ZTEST() local 210 int32_t mode = 0777; in ZTEST() local 250 int32_t mode = 0777; in ZTEST() local
|
/Zephyr-latest/drivers/regulator/ |
D | regulator_npm1100.c | 21 struct gpio_dt_spec mode; member 29 regulator_mode_t mode) in regulator_npm1100_set_mode() 42 regulator_mode_t *mode) in regulator_npm1100_get_mode()
|
/Zephyr-latest/tests/subsys/logging/log_msg/src/ |
D | main.c | 207 int mode; in ZTEST() local 235 int mode; in ZTEST() local 267 int mode; in ZTEST() local 296 int mode; in ZTEST() local 329 int mode; in ZTEST() local 375 int mode; in ZTEST() local 407 int mode; in ZTEST() local 435 int mode; in ZTEST() local 464 int mode; in ZTEST() local 504 int mode; in ZTEST() local [all …]
|
/Zephyr-latest/boards/nordic/nrf54h20dk/ |
D | bicr.json | 19 "mode": "CRYSTAL", string 27 "mode": "CRYSTAL", string
|
/Zephyr-latest/soc/nxp/imxrt/imxrt10xx/ |
D | power.c | 43 static void lpm_set_sleep_mode_config(clock_mode_t mode) in lpm_set_sleep_mode_config() 88 static void lpm_enter_sleep_mode(clock_mode_t mode) in lpm_enter_sleep_mode()
|
/Zephyr-latest/drivers/led/ |
D | lp3943.c | 105 uint32_t led, uint8_t mode) in lp3943_set_dim_states() 133 uint8_t reg, val, mode; in lp3943_led_blink() local 175 uint8_t reg, val, mode; in lp3943_led_set_brightness() local 213 uint8_t reg, mode; in lp3943_led_on() local
|
/Zephyr-latest/subsys/net/lib/tftp/ |
D | tftp_client.c | 23 const char *remote_file, const char *mode) in make_request() 183 int request, const char *remote_file, const char *mode) in send_request() 244 int tftp_get(struct tftpc *client, const char *remote_file, const char *mode) in tftp_get() 372 int tftp_put(struct tftpc *client, const char *remote_file, const char *mode, in tftp_put()
|
/Zephyr-latest/soc/silabs/common/ |
D | soc_gpio.h | 24 GPIO_Mode_TypeDef mode; /** mode of the pin, e.g. gpioModeInput */ member
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_cc13xx_cc26xx.c | 11 static int pinctrl_c13xx_cc26xx_set(uint32_t pin, uint32_t func, uint32_t mode) in pinctrl_c13xx_cc26xx_set()
|
/Zephyr-latest/boards/digilent/arty_a7/ |
D | board.c | 20 int board_daplink_qspi_mux_select(enum board_daplink_qspi_mux_mode mode) in board_daplink_qspi_mux_select()
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_gecko.c | 57 #define GECKO_GPIO_MODEL(pin, mode) (mode << (pin * 4)) argument 65 #define GECKO_GPIO_MODEH(pin, mode) (mode << ((pin - 8) * 4)) argument 108 GPIO_Mode_TypeDef mode; in gpio_gecko_configure() local 162 GPIO_Mode_TypeDef mode; in gpio_gecko_get_config() local 283 enum gpio_int_mode mode, in gpio_gecko_pin_interrupt_configure()
|
/Zephyr-latest/drivers/hwinfo/ |
D | hwinfo_sam_rstc.c | 60 uint32_t mode; in hwinfo_rstc_init() local
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_oacp_internal.h | 65 #define BT_GATT_OTS_OACP_PROC_WRITE_MODE_GET_TRUNC(mode) \ argument 68 #define BT_GATT_OTS_OACP_PROC_WRITE_MODE_GET_RFU(mode) \ argument 90 uint8_t mode; member
|
/Zephyr-latest/soc/st/stm32/stm32wbax/hci_if/ |
D | stm32_timer.c | 17 uint32_t period, UTIL_TIMER_Mode_t mode, in UTIL_TIMER_Create()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | blob_io_flash.h | 27 enum bt_mesh_blob_io_mode mode; member
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_link_format.h | 20 uint8_t mode; member
|
/Zephyr-latest/include/zephyr/drivers/can/ |
D | transceiver.h | 66 static inline int can_transceiver_enable(const struct device *dev, can_mode_t mode) in can_transceiver_enable()
|
/Zephyr-latest/include/zephyr/drivers/misc/renesas_ra_external_interrupt/ |
D | renesas_ra_external_interrupt.h | 17 enum gpio_int_mode mode; member
|
/Zephyr-latest/drivers/sensor/st/lis2dux12/ |
D | lis2dux12_api.c | 20 lis2dux12_md_t mode = {.odr = odr, .fs = data->range}; in st_lis2dux12_set_odr_raw() local 68 lis2dux12_md_t mode = {.fs = data->range}; in st_lis2dux12_sample_fetch_accel() local
|
D | lis2duxs12_api.c | 20 lis2duxs12_md_t mode = {.odr = odr, .fs = data->range}; in st_lis2duxs12_set_odr_raw() local 68 lis2duxs12_md_t mode = {.fs = data->range}; in st_lis2duxs12_sample_fetch_accel() local
|
/Zephyr-latest/lib/posix/options/ |
D | fs.c | 60 int mode = (mf & O_CREAT) ? FS_O_CREATE : 0; in posix_mode_to_zephyr() local 82 int zvfs_open(const char *name, int flags, int mode) in zvfs_open() 426 int mkdir(const char *path, mode_t mode) in mkdir()
|
/Zephyr-latest/drivers/power_domain/ |
D | power_domain_nxp_scu.c | 27 sc_pm_power_mode_t mode; in scu_pd_pm_action() local
|
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/src/ |
D | test_callback_trigger.c | 35 static int test_callback(int mode) in test_callback()
|