Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 36) sorted by relevance

12

/drivers/can/
A DKconfig.mcux32 int "Maximum number of message buffers for concurrent active instances"
40 Defines maximum number of message buffers for concurrent active instances.
43 int "Maximum number of concurrent active RX filters"
53 Defines maximum number of concurrent active RX filters
A DKconfig.max3214 int "Maximum number of concurrent active filters"
A DKconfig.sja100012 int "Maximum number of concurrent active RX filters"
A DKconfig.rcar15 int "Maximum number of concurrent active filters"
A DKconfig.native_linux24 int "Maximum number of concurrent active filters"
A DKconfig.mcp251531 int "Maximum number of concurrent active filters"
A DKconfig.loopback16 int "Maximum number of concurrent active filters"
A DKconfig.xmc4xxx39 int "Maximum number of concurrent active filters"
A DKconfig.mcp251xfd55 int "Maximum number of concurrent active filters"
/drivers/sensor/maxim/max30101/
A DKconfig55 active.
60 Set to operate in SpO2 mode. The red and IR LED channels are active.
66 channels are active.
87 pulse/conversion per active LED channel. In SpO2 mode, these means
148 Set which LED and pulse amplitude are active in time slot 1.
163 Set which LED and pulse amplitude are active in time slot 2.
178 Set which LED and pulse amplitude are active in time slot 3.
193 Set which LED and pulse amplitude are active in time slot 4.
/drivers/audio/
A Ddmic_nrfx_pdm.c43 volatile bool active; member
157 if (drv_data->active) { in event_handler()
158 drv_data->active = false; in event_handler()
421 if (drv_data->active) { in dmic_nrfx_pdm_configure()
543 drv_data->active = false; in start_transfer()
559 if (!drv_data->active) { in clock_started_callback()
576 drv_data->active = true; in trigger_start()
586 drv_data->active = false; in trigger_start()
609 if (drv_data->active) { in dmic_nrfx_pdm_trigger()
620 } else if (!drv_data->active) { in dmic_nrfx_pdm_trigger()
/drivers/flash/
A DKconfig.nor91 int "Dwell period (ms) after last use to stay in active mode"
97 This option controls how long to remain in active mode after each API
98 call, eliminating the active->idle->active transition sequence if another
/drivers/timer/
A DKconfig.nrf_grtc21 Always keep the SYSCOUNTER active even if the CPU is in sleep mode.
57 active state.
A DKconfig.cortex_m_systick59 On such SoCs, a vendor-specific timer that remains active in low-power
110 active in low-power mode, since SysTick cannot be used for timekeeping.
/drivers/serial/
A DKconfig.it51xxx13 doze mode back to active state.
/drivers/sensor/nxp/fxls8974/
A Dfxls8974.h159 int fxls8974_get_active(const struct device *dev, uint8_t *active);
160 int fxls8974_set_active(const struct device *dev, uint8_t active);
A Dfxls8974.c402 int fxls8974_get_active(const struct device *dev, uint8_t *active) in fxls8974_get_active() argument
413 *active = val; in fxls8974_get_active()
418 int fxls8974_set_active(const struct device *dev, uint8_t active) in fxls8974_set_active() argument
423 FXLS8974_CTRLREG1_ACTIVE_MASK, active); in fxls8974_set_active()
/drivers/sip_svc/
A DKconfig.sip_smc_agilex26 Allowed number of active transactions in sip_svc subsystem for this driver.
/drivers/wifi/siwx91x/
A DKconfig.siwx91x80 background scan is active, improving connectivity
133 int "Advanced active scan duration (in ms)"
136 Configure the default advanced active scan duration for WiFi scanning.
138 channel during an advanced active scan. Adjust this value to optimize
/drivers/sensor/aosong/dht/
A Ddht.c32 bool active) in dht_measure_signal_duration() argument
52 } while ((bool)rc == active); in dht_measure_signal_duration()
/drivers/gpio/
A Dgpio_pca95xx.c638 bool enabled, edge, level, active; in gpio_pca95xx_pin_interrupt_configure() local
688 active = ((drv_data->interrupts.edge_rising || in gpio_pca95xx_pin_interrupt_configure()
694 if (active != drv_data->interrupt_active) { in gpio_pca95xx_pin_interrupt_configure()
696 &config->int_gpio, active ? in gpio_pca95xx_pin_interrupt_configure()
705 drv_data->interrupt_active = active; in gpio_pca95xx_pin_interrupt_configure()
707 if (active) { in gpio_pca95xx_pin_interrupt_configure()
/drivers/video/
A Dvideo_stm32_dcmipp.c85 struct video_buffer *active; member
151 pipe->active->bytesused = 0; in HAL_DCMIPP_PIPE_FrameEventCallback()
153 pipe->active->bytesused = bytesused; in HAL_DCMIPP_PIPE_FrameEventCallback()
159 pipe->active->timestamp = k_uptime_get_32(); in HAL_DCMIPP_PIPE_FrameEventCallback()
160 pipe->active->line_offset = 0; in HAL_DCMIPP_PIPE_FrameEventCallback()
162 k_fifo_put(&pipe->fifo_out, pipe->active); in HAL_DCMIPP_PIPE_FrameEventCallback()
163 pipe->active = NULL; in HAL_DCMIPP_PIPE_FrameEventCallback()
184 pipe->active = pipe->next; in HAL_DCMIPP_PIPE_VsyncEventCallback()
912 pipe->active = NULL; in stm32_dcmipp_stream_enable()
1155 if (pipe->active != NULL) { in stm32_dcmipp_stream_disable()
[all …]
/drivers/pwm/
A DKconfig.nrfx32 on any channels requires PWM peripheral to be active.
/drivers/i3c/
A Di3c_renesas_ra.c71 uint8_t active; member
217 if (data->device_info[i].active == 0) { in i3c_renesas_ra_device_index_request()
220 data->device_info[i].active = 1; in i3c_renesas_ra_device_index_request()
226 if (data->device_info[i].active == 0) { in i3c_renesas_ra_device_index_request()
229 data->device_info[i].active = 1; in i3c_renesas_ra_device_index_request()
286 data->device_info[target_index].active = 1; in i3c_renesas_ra_handle_address_phase()
547 if (!data->device_info[i].active) { in i3c_renesas_ra_configure()
580 if (!data->device_info[i].active) { in i3c_renesas_ra_configure()
/drivers/ipm/
A DKconfig.intel_adsp9 delivery. Commands will stay active after the ISR returns,

Completed in 24 milliseconds

12