| /Zephyr-latest/doc/kernel/services/other/ | 
| D | float.rst | 79     The Shared FP registers mode is the default Floating Point140     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 Example428 Example
 490 Example
 540 Example
 
 | 
| /Zephyr-latest/tests/posix/xsi_realtime/src/ | 
| D | mqueue.c | 69 	int32_t mode = 0777;  in ZTEST()  local125 	int32_t mode = 0777;  in ZTEST()  local
 174 	int32_t mode = 0777;  in ZTEST()  local
 206 	int32_t mode = 0777;  in ZTEST()  local
 246 	int32_t mode = 0777;  in ZTEST()  local
 286 	int32_t mode = 0600;  in ZTEST()  local
 
 | 
| /Zephyr-latest/drivers/pinctrl/ | 
| D | pinctrl_silabs_siwx91x.c | 15 static bool pinctrl_siwx91x_valid_mode(uint8_t mode)  in pinctrl_siwx91x_valid_mode()20 static void pinctrl_siwx91x_set(uint8_t port, uint8_t pin, uint8_t ulppin, uint8_t mode,  in pinctrl_siwx91x_set()
 
 | 
| 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()
 | 
| D | pinctrl_cc23x0.c | 18 static int pinctrl_cc23x0_set(uint32_t pin, uint32_t func, uint32_t mode)  in pinctrl_cc23x0_set()
 | 
| /Zephyr-latest/drivers/regulator/ | 
| D | regulator_npm1100.c | 21 	struct gpio_dt_spec mode;  member29 				      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()  local235 	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/wch/linkw/ | 
| D | linkw.dts | 40 		mode: sw0 {  label
 | 
| /Zephyr-latest/boards/nordic/nrf54h20dk/ | 
| D | bicr.json | 19       "mode": "CRYSTAL",  string27     "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/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/soc/silabs/common/ | 
| D | soc_gpio.h | 24 	GPIO_Mode_TypeDef mode; /** mode of the pin, e.g. gpioModeInput */  member
 | 
| /Zephyr-latest/drivers/gpio/ | 
| D | gpio_gecko.c | 53 #define GECKO_GPIO_MODEL(pin, mode) (mode << (pin * 4))  argument61 #define GECKO_GPIO_MODEH(pin, mode) (mode << ((pin - 8) * 4))  argument
 104 	GPIO_Mode_TypeDef mode;  in gpio_gecko_configure()  local
 158 	GPIO_Mode_TypeDef mode;  in gpio_gecko_get_config()  local
 279 					      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) \  argument68 #define BT_GATT_OTS_OACP_PROC_WRITE_MODE_GET_RFU(mode) \  argument
 90 			uint8_t mode;  member
 
 | 
| /Zephyr-latest/include/zephyr/bluetooth/mesh/ | 
| D | blob_io_flash.h | 27 	enum bt_mesh_blob_io_mode 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/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 | lis2duxs12_api.c | 20 	lis2duxs12_md_t mode = {.odr = odr, .fs = data->range};  in st_lis2duxs12_set_odr_raw()  local68 	lis2duxs12_md_t mode = {.fs = data->range};  in st_lis2duxs12_sample_fetch_accel()  local
 
 | 
| D | lis2dux12_api.c | 20 	lis2dux12_md_t mode = {.odr = odr, .fs = data->range};  in st_lis2dux12_set_odr_raw()  local68 	lis2dux12_md_t mode = {.fs = data->range};  in st_lis2dux12_sample_fetch_accel()  local
 
 |