Home
last modified time | relevance | path

Searched defs:available (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/drivers/entropy/
Dentropy_gecko_trng.c75 size_t available; in entropy_gecko_trng_get_entropy() local
108 size_t available = TRNG0->FIFOLEVEL * 4; in entropy_gecko_trng_get_entropy_isr() local
110 size_t available = S2_FIFO_LEVEL * 4; in entropy_gecko_trng_get_entropy_isr() local
Dentropy_nrf5.c125 uint32_t first, available; in rng_pool_get() local
Dentropy_smartbond.c142 uint32_t first, available; in rng_pool_get() local
Dentropy_stm32.c452 uint32_t first, available; in rng_pool_get() local
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dpacs_notify_server_test.c110 static enum bt_audio_context available = BT_AUDIO_CONTEXT_TYPE_ANY; in trigger_notifications() local
160 enum bt_audio_context available, available_for_conn; in test_main() local
Dhas_client_test.c303 static void preset_availability_changed(uint8_t index, bool available) in preset_availability_changed()
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.h157 size_t available; in optimal_num_desc() local
/Zephyr-latest/include/zephyr/storage/
Dstream_flash.h63 size_t available; /* Available bytes in write area */ member
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhardwaremap.py82 def available(self): member in DUT
87 def available(self, value): member in DUT
/Zephyr-latest/lib/os/
Dmpsc_pbuf.c86 static inline bool available(struct mpsc_pbuf_buffer *buffer, uint32_t *res) in available() function
/Zephyr-latest/subsys/bluetooth/audio/
Dpacs.c304 static int set_available_contexts(uint16_t contexts, uint16_t *available, in set_available_contexts()
324 uint16_t *available) in set_supported_contexts()
Dhas_client.c145 bool available, bool is_last) in handle_preset_availability()
Dhas.c1576 static int set_preset_availability(uint8_t index, bool available) in set_preset_availability()
/Zephyr-latest/drivers/serial/
Dserial_test.c133 int available = ring_buf_space_get(data->written); in irq_tx_ready() local
Duart_emul.c234 int available = 0; in uart_emul_irq_tx_ready() local
/Zephyr-latest/drivers/interrupt_controller/
Dintc_intel_vtd.h32 uint64_t available : 4; member
/Zephyr-latest/drivers/net/
Dppp.c81 size_t available; member