Searched refs:Z_SEM_INITIALIZER (Results 1 – 25 of 58) sorted by relevance
123
/Zephyr-latest/soc/nordic/nrf54h/gpd/ |
D | gpd.c | 52 .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/ |
D | i2c_nrfx_twi.c | 152 .transfer_sync = Z_SEM_INITIALIZER( \ 154 .completion_sync = Z_SEM_INITIALIZER( \
|
D | i2c_rv32m1_lpi2c.c | 282 .transfer_sync = Z_SEM_INITIALIZER( \ 284 .completion_sync = Z_SEM_INITIALIZER( \
|
D | i2c_cc13xx_cc26xx.c | 438 .lock = Z_SEM_INITIALIZER(i2c_cc13xx_cc26xx_data.lock, 1, 1), 439 .complete = Z_SEM_INITIALIZER(i2c_cc13xx_cc26xx_data.complete, 0, 1),
|
D | i2c_ambiq.c | 440 .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/ |
D | sem.h | 77 .kernel_sem = Z_SEM_INITIALIZER(_name.kernel_sem, \
|
/Zephyr-latest/drivers/adc/ |
D | adc_context.h | 83 ._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/ |
D | entropy_cc13xx_cc26xx.c | 343 .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/ |
D | temp_nrfs.c | 295 .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/ |
D | mfd_adp5585.c | 137 .lock = Z_SEM_INITIALIZER(mfd_adp5585_data_##inst.lock, 1, 1), \
|
/Zephyr-latest/drivers/spi/ |
D | spi_context.h | 59 ._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)
|
D | spi_ambiq_spid.c | 416 .spim_wrcmp_sem = Z_SEM_INITIALIZER(spi_ambiq_data##n.spim_wrcmp_sem, 0, 1), \
|
/Zephyr-latest/drivers/ethernet/phy/ |
D | phy_tja1103.c | 454 .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/ |
D | qspi_if.c | 330 .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/ |
D | clock_control_nrf2_common.c | 221 .sem = Z_SEM_INITIALIZER(req.sem, 0, 1) in nrf_clock_control_request_sync()
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_cy8c95xx.c | 274 static struct k_sem cy8c95xx_lock = Z_SEM_INITIALIZER(cy8c95xx_lock, 1, 1);
|
D | gpio_pcf857x.c | 400 .lock = Z_SEM_INITIALIZER(pcf857x_data##idx.lock, 1, 1), \
|
/Zephyr-latest/include/zephyr/pm/ |
D | device.h | 202 .lock = Z_SEM_INITIALIZER(obj.lock, 1, 1), \
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_w5500.c | 607 .tx_sem = Z_SEM_INITIALIZER(w5500_0_runtime.tx_sem, 609 .int_sem = Z_SEM_INITIALIZER(w5500_0_runtime.int_sem,
|
D | eth_lan865x.c | 608 Z_SEM_INITIALIZER((lan865x_data_##inst).tx_rx_sem, 1, 1), \ 609 .int_sem = Z_SEM_INITIALIZER((lan865x_data_##inst).int_sem, 0, 1), \
|
D | eth_lan9250.c | 706 .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), \
|
D | eth_enc424j600.c | 823 .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/ |
D | net_mgmt.c | 294 .sync_call = Z_SEM_INITIALIZER(sync_data.sync_call, 0, 1), in mgmt_event_wait_call()
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_led_esp32.c | 391 .cmd_sem = Z_SEM_INITIALIZER(pwm_ledc_esp32_data.cmd_sem, 1, 1),
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | ipc.c | 390 .bound_sem = Z_SEM_INITIALIZER(ipc_data_##inst.bound_sem, 0, 1), \
|
123