Home
last modified time | relevance | path

Searched refs:Z_SEM_INITIALIZER (Results 1 – 25 of 58) sorted by relevance

123

/Zephyr-latest/soc/nordic/nrf54h/gpd/
Dgpd.c52 .sem = Z_SEM_INITIALIZER(fast_active0.sem, 0, 1),
57 .sem = Z_SEM_INITIALIZER(fast_active1.sem, 0, 1),
62 .sem = Z_SEM_INITIALIZER(fast_main.sem, 0, 1),
67 .sem = Z_SEM_INITIALIZER(slow_active.sem, 0, 1),
72 .sem = Z_SEM_INITIALIZER(slow_main.sem, 0, 1),
/Zephyr-latest/drivers/i2c/
Di2c_nrfx_twi.c152 .transfer_sync = Z_SEM_INITIALIZER( \
154 .completion_sync = Z_SEM_INITIALIZER( \
Di2c_rv32m1_lpi2c.c282 .transfer_sync = Z_SEM_INITIALIZER( \
284 .completion_sync = Z_SEM_INITIALIZER( \
Di2c_cc13xx_cc26xx.c438 .lock = Z_SEM_INITIALIZER(i2c_cc13xx_cc26xx_data.lock, 1, 1),
439 .complete = Z_SEM_INITIALIZER(i2c_cc13xx_cc26xx_data.complete, 0, 1),
Di2c_ambiq.c440 .bus_sem = Z_SEM_INITIALIZER(i2c_ambiq_data##n.bus_sem, 1, 1), \
441 .transfer_sem = Z_SEM_INITIALIZER(i2c_ambiq_data##n.transfer_sem, 0, 1), \
/Zephyr-latest/include/zephyr/sys/
Dsem.h77 .kernel_sem = Z_SEM_INITIALIZER(_name.kernel_sem, \
/Zephyr-latest/drivers/adc/
Dadc_context.h83 ._ctx_name.lock = Z_SEM_INITIALIZER(_data._ctx_name.lock, 0, 1)
86 ._ctx_name.sync = Z_SEM_INITIALIZER(_data._ctx_name.sync, 0, 1)
/Zephyr-latest/drivers/entropy/
Dentropy_cc13xx_cc26xx.c343 .lock = Z_SEM_INITIALIZER(entropy_cc13xx_cc26xx_data.lock, 1, 1),
344 .sync = Z_SEM_INITIALIZER(entropy_cc13xx_cc26xx_data.sync, 0, 1),
/Zephyr-latest/drivers/sensor/nordic/temp/
Dtemp_nrfs.c295 .measure_sem = Z_SEM_INITIALIZER(temp_nrfs_drv_data.measure_sem, 0, 1),
303 .event_sem = Z_SEM_INITIALIZER(temp_nrfs_drv_data.event_sem, 0, 1),
/Zephyr-latest/drivers/mfd/
Dmfd_adp5585.c137 .lock = Z_SEM_INITIALIZER(mfd_adp5585_data_##inst.lock, 1, 1), \
/Zephyr-latest/drivers/spi/
Dspi_context.h59 ._ctx_name.lock = Z_SEM_INITIALIZER(_data._ctx_name.lock, 0, 1)
62 ._ctx_name.sync = Z_SEM_INITIALIZER(_data._ctx_name.sync, 0, 1)
Dspi_ambiq_spid.c416 .spim_wrcmp_sem = Z_SEM_INITIALIZER(spi_ambiq_data##n.spim_wrcmp_sem, 0, 1), \
/Zephyr-latest/drivers/ethernet/phy/
Dphy_tja1103.c454 .sem = Z_SEM_INITIALIZER(phy_tja1103_data_##n.sem, 1, 1), \
455 .offload_sem = Z_SEM_INITIALIZER(phy_tja1103_data_##n.offload_sem, 0, 1), \
/Zephyr-latest/modules/nrf_wifi/bus/
Dqspi_if.c330 .trans = Z_SEM_INITIALIZER(qspi_nor_memory_data.trans, 1, 1),
331 .sem = Z_SEM_INITIALIZER(qspi_nor_memory_data.sem, 1, 1),
332 .sync = Z_SEM_INITIALIZER(qspi_nor_memory_data.sync, 0, 1),
333 .count = Z_SEM_INITIALIZER(qspi_nor_memory_data.count, 0, K_SEM_MAX_LIMIT),
/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf2_common.c221 .sem = Z_SEM_INITIALIZER(req.sem, 0, 1) in nrf_clock_control_request_sync()
/Zephyr-latest/drivers/gpio/
Dgpio_cy8c95xx.c274 static struct k_sem cy8c95xx_lock = Z_SEM_INITIALIZER(cy8c95xx_lock, 1, 1);
Dgpio_pcf857x.c400 .lock = Z_SEM_INITIALIZER(pcf857x_data##idx.lock, 1, 1), \
/Zephyr-latest/include/zephyr/pm/
Ddevice.h202 .lock = Z_SEM_INITIALIZER(obj.lock, 1, 1), \
/Zephyr-latest/drivers/ethernet/
Deth_w5500.c607 .tx_sem = Z_SEM_INITIALIZER(w5500_0_runtime.tx_sem,
609 .int_sem = Z_SEM_INITIALIZER(w5500_0_runtime.int_sem,
Deth_lan865x.c608 Z_SEM_INITIALIZER((lan865x_data_##inst).tx_rx_sem, 1, 1), \
609 .int_sem = Z_SEM_INITIALIZER((lan865x_data_##inst).int_sem, 0, 1), \
Deth_lan9250.c706 .tx_rx_sem = Z_SEM_INITIALIZER(lan9250_##inst##_runtime.tx_rx_sem, 1, UINT_MAX), \
707 .int_sem = Z_SEM_INITIALIZER(lan9250_##inst##_runtime.int_sem, 0, UINT_MAX), \
Deth_enc424j600.c823 .tx_rx_sem = Z_SEM_INITIALIZER(enc424j600_0_runtime.tx_rx_sem,
825 .int_sem = Z_SEM_INITIALIZER(enc424j600_0_runtime.int_sem,
/Zephyr-latest/subsys/net/ip/
Dnet_mgmt.c294 .sync_call = Z_SEM_INITIALIZER(sync_data.sync_call, 0, 1), in mgmt_event_wait_call()
/Zephyr-latest/drivers/pwm/
Dpwm_led_esp32.c391 .cmd_sem = Z_SEM_INITIALIZER(pwm_ledc_esp32_data.cmd_sem, 1, 1),
/Zephyr-latest/drivers/bluetooth/hci/
Dipc.c390 .bound_sem = Z_SEM_INITIALIZER(ipc_data_##inst.bound_sem, 0, 1), \

123