Home
last modified time | relevance | path

Searched defs:block (Results 1 – 4 of 4) sorted by relevance

/external/platform/pico/common/pico_util/
A Dqueue.c44 static bool queue_add_internal(queue_t *q, const void *data, bool block) { in queue_add_internal()
62 static bool queue_remove_internal(queue_t *q, void *data, bool block) { in queue_remove_internal()
80 static bool queue_peek_internal(queue_t *q, void *data, bool block) { in queue_peek_internal()
/external/platform/pico/rp2_common/hardware_pio/include/hardware/
A Dpio_instructions.h345 static inline uint pio_encode_push(bool if_full, bool block) { in pio_encode_push()
359 static inline uint pio_encode_pull(bool if_empty, bool block) { in pio_encode_pull()
/external/platform/nrfx/hal/
A Dnrf_power.h1128 uint8_t block, in nrf_power_rampower_mask_on()
1135 uint8_t block, in nrf_power_rampower_mask_off()
1141 NRF_STATIC_INLINE uint32_t nrf_power_rampower_mask_get(NRF_POWER_Type const * p_reg, uint8_t block) in nrf_power_rampower_mask_get()
/external/lib/lwip/api/
A Dtcpip.c211 tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block) in tcpip_callback_with_block()

Completed in 13 milliseconds