Home
last modified time | relevance | path

Searched full:active (Results 1 – 25 of 502) sorted by relevance

12345678910>>...21

/Zephyr-Core-2.7.6/dts/bindings/rtc/
Dxlnx,xps-timer-1.00.a.yaml31 Active state of the generateout0 signal (0 for active-low, 1 for
32 active-high).
41 Active state of the generateout1 signal (0 for active-low, 1 for
42 active-high).
60 Active state of the capturetrig0 signal (0 for active-low, 1 for
61 active-high).
70 Active state of the capturetrig1 signal (0 for active-low, 1 for
71 active-high).
/Zephyr-Core-2.7.6/soc/arm/arm/beetle/
Dpower.c62 * @brief Setup various clock on SoC in active state.
64 * Configures the clock in active state.
69 /* Configure AHB Peripheral Clock in active state */ in clock_active_init()
72 /* Configure APB Peripheral Clock in active state */ in clock_active_init()
77 * @brief Configures the clock that remain active during sleep state.
79 * Configures the clock that remain active during sleep state.
88 * @brief Configures the clock that remain active during deepsleep state.
90 * Configures the clock that remain active during deepsleep state.
117 /* Setup active state clocks */ in soc_power_init()
120 /* Setup sleep active clocks */ in soc_power_init()
[all …]
/Zephyr-Core-2.7.6/samples/net/zperf/src/
Dzperf_session.c27 struct session *active = NULL; in get_session() local
60 /* Check whether we already have an active session */ in get_session()
61 while (!active && i < SESSION_MAX) { in get_session()
68 /* We found an active session */ in get_session()
69 active = ptr; in get_session()
76 /* We found an active session */ in get_session()
77 active = ptr; in get_session()
89 /* If no active session then create a new one */ in get_session()
90 if (!active && free) { in get_session()
91 active = free; in get_session()
[all …]
/Zephyr-Core-2.7.6/dts/bindings/display/
Dgooddisplay,gd7965.yaml26 The RESET pin of GD7965 is active low.
28 as active low.
35 The DC pin of GD7965 is active low (transmission command byte).
37 as active low.
44 The BUSY pin of GD7965 is active low.
46 as active low.
Dsolomon,ssd16xx.yaml66 The RESET pin of SSD16XX is active low.
68 as active low.
75 The DC pin of SSD16XX is active low (transmission command byte).
77 as active low.
84 The BUSY pin of SSD16XX is active high.
86 as active high.
Dilitek,ili9xxx-common.yaml15 The RESET pin of ILI9340 is active low.
17 as active low.
24 The D/CX pin of ILI9340 is active low (transmission command byte).
26 as active low.
Dsitronix,st7789v.yaml17 The RESET pin of ST7789V is active low.
19 as active low.
26 The D/CX pin of ST7789V is active low (transmission command byte).
28 as active low.
/Zephyr-Core-2.7.6/subsys/fs/fcb/
Dfcb_append.c63 struct fcb_entry *active; in fcb_append() local
81 active = &fcb->f_active; in fcb_append()
82 if (active->fe_elem_off + len + cnt > active->fe_sector->fs_size) { in fcb_append()
98 rc = fcb_flash_write(fcb, active->fe_sector, active->fe_elem_off, tmp_str, cnt); in fcb_append()
103 append_loc->fe_sector = active->fe_sector; in fcb_append()
104 append_loc->fe_elem_off = active->fe_elem_off; in fcb_append()
105 append_loc->fe_data_off = active->fe_elem_off + cnt; in fcb_append()
107 active->fe_elem_off = append_loc->fe_data_off + len; in fcb_append()
/Zephyr-Core-2.7.6/dts/bindings/ieee802154/
Dnxp,mcr20a.yaml16 The interrupt pin of MCR20A is open-drain, active low.
18 as pull-up, active low.
25 The RESET pin of MCR20A is active low.
27 as active low.
Ddecawave,dw1000.yaml16 The interrupt pin IRQ of DW1000 is active high output.
18 as active high.
25 The RESET pin of DW1000 is active low.
27 as active low.
/Zephyr-Core-2.7.6/dts/bindings/ethernet/
Dwiznet,w5500.yaml16 The interrupt pin of W5500 is active low.
18 as active low.
24 The reset pin of W5500 is active low.
26 as active low.
Dmicrochip,enc28j60.yaml16 The interrupt pin of ENC28J60 is active low.
18 as active low.
/Zephyr-Core-2.7.6/tests/drivers/gpio/gpio_basic_api/src/
Dtest_gpio_port.c283 /* Verify configure output level is independent of active level, and
284 * raw output is independent of active level.
295 "active high output low failed"); in check_raw_output_levels()
297 "active high output low raw mismatch"); in check_raw_output_levels()
305 "active high output high failed"); in check_raw_output_levels()
307 "active high output high raw mismatch"); in check_raw_output_levels()
315 "active low output low failed"); in check_raw_output_levels()
317 "active low output low raw mismatch"); in check_raw_output_levels()
325 "active low output high failed"); in check_raw_output_levels()
327 "active low output high raw mismatch"); in check_raw_output_levels()
[all …]
/Zephyr-Core-2.7.6/dts/bindings/test/
Dvnd,busy-sim.yaml16 active-gpios:
20 Debug pin is set to active state when cpu load is active.
/Zephyr-Core-2.7.6/drivers/sensor/max30101/
DKconfig53 active.
58 Set to operate in SpO2 mode. The red and IR LED channels are active.
64 channels are active.
85 pulse/conversion per active LED channel. In SpO2 mode, these means
146 Set which LED and pulse amplitude are active in time slot 1.
161 Set which LED and pulse amplitude are active in time slot 2.
176 Set which LED and pulse amplitude are active in time slot 3.
191 Set which LED and pulse amplitude are active in time slot 4.
/Zephyr-Core-2.7.6/tests/lib/p4workq/src/
Dmain.c24 bool active; member
46 item->active = true; in stress_sub()
72 * already. Make sure we always have at least one active. in stress_handler()
80 &items[ii] != titem && !items[ii].active) { in stress_handler()
89 titem->active = false; in stress_handler()
122 * "active" list is maintained from the thread itself against in active_count()
144 * whether the item changed the number of active threads. Does not
180 * we can be sure to run). They should all be made active in test_fill_queue()
184 zassert_true(add_new_item(p0), "thread should be active"); in test_fill_queue()
188 zassert_false(add_new_item(p0), "thread should not be active"); in test_fill_queue()
[all …]
/Zephyr-Core-2.7.6/samples/userspace/prod_consumer/src/
Dsample_driver.h25 bool active);
57 * @param active Whether to activate/deactivate interrupts
59 __syscall int sample_driver_state_set(const struct device *dev, bool active);
62 bool active) in z_impl_sample_driver_state_set() argument
66 return api->state_set(dev, active); in z_impl_sample_driver_state_set()
/Zephyr-Core-2.7.6/dts/bindings/sensor/
Dams,ccs811.yaml16 sensor receives this as an active-low signal.
23 reset. The sensor receives this as an active-low signal.
30 sensor generates an active-low level signal which remains
Dlm77.yaml16 Identifies the INT signal, which is active-low open drain by default
22 When present, the polarity on the INT signal is inverted (active-high).
28 (active-high).
/Zephyr-Core-2.7.6/dts/bindings/mtd/
Datmel,at45.yaml70 The RESET pin of AT45 is active low.
72 as active low.
78 The WP pin of AT45 is active low.
80 as active low.
/Zephyr-Core-2.7.6/tests/drivers/gpio/gpio_api_1pin/src/
Dtest_pin_interrupt.c99 "number of times on rising/to active edge", i); in test_gpio_pin_interrupt_edge()
226 TC_PRINT("Step 1: Configure pin as active high\n"); in test_gpio_int_edge_to_active()
228 TC_PRINT("Step 2: Configure pin as active low\n"); in test_gpio_int_edge_to_active()
235 TC_PRINT("Step 1: Configure pin as active high\n"); in test_gpio_int_edge_to_inactive()
237 TC_PRINT("Step 2: Configure pin as active low\n"); in test_gpio_int_edge_to_inactive()
256 TC_PRINT("Step 1: Configure pin as active high\n"); in test_gpio_int_level_active()
258 TC_PRINT("Step 2: Configure pin as active low\n"); in test_gpio_int_level_active()
265 TC_PRINT("Step 1: Configure pin as active high\n"); in test_gpio_int_level_inactive()
267 TC_PRINT("Step 2: Configure pin as active low\n"); in test_gpio_int_level_inactive()
/Zephyr-Core-2.7.6/subsys/net/lib/lwm2m/
Dipso_buzzer.c56 bool active; /* digital state */ member
113 /* make sure buzzer is currently not active */ in start_buzzer()
114 if (buzzer->active) { in start_buzzer()
141 /* make sure buzzer is currently active */ in stop_buzzer()
142 if (!buzzer->active) { in stop_buzzer()
169 if (!buzzer_data[i].onoff && buzzer_data[i].active) { in onoff_post_write_cb()
171 } else if (buzzer_data[i].onoff && !buzzer_data[i].active) { in onoff_post_write_cb()
239 res_inst[avail], j, &buzzer_data[avail].active, in buzzer_create()
240 sizeof(buzzer_data[avail].active)); in buzzer_create()
Dipso_timer.c63 bool active; member
125 /* make sure timer is enabled and not already active */ in start_timer()
126 if (timer->timer_mode == TIMER_MODE_OFF || timer->active || in start_timer()
156 /* make sure timer is active */ in stop_timer()
157 if (!timer->active) { in stop_timer()
185 if (timer_data[i].active) { in remaining_time_read_cb()
211 if (timer_data[i].active) { in cumulative_time_read_cb()
249 /* check if timer is active and move to disabled state */ in enabled_post_write_cb()
250 if (!timer_data[i].enabled && timer_data[i].active) { in enabled_post_write_cb()
353 res_inst[avail], j, &timer_data[avail].active, in timer_create()
[all …]
/Zephyr-Core-2.7.6/tests/drivers/uart/uart_pm/src/
Dmain.c19 static void polling_verify(const struct device *dev, bool is_async, bool active) in polling_verify() argument
43 if (active) { in polling_verify()
67 static bool async_verify(const struct device *dev, bool active) in async_verify() argument
79 if (!active) { in async_verify()
110 static void communication_verify(const struct device *dev, bool active) in communication_verify() argument
112 bool is_async = async_verify(dev, active); in communication_verify()
114 polling_verify(dev, is_async, active); in communication_verify()
/Zephyr-Core-2.7.6/drivers/can/
DKconfig.mcux14 int "Maximum number of concurrent active RX filters"
20 Defines maximum number of concurrent active RX filters

12345678910>>...21