Searched defs:block (Results 1 – 4 of 4) sorted by relevance
| /external/platform/pico/common/pico_util/ |
| A D | queue.c | 44 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 D | pio_instructions.h | 345 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 D | nrf_power.h | 1128 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 D | tcpip.c | 211 tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block) in tcpip_callback_with_block()
|
Completed in 13 milliseconds