Home
last modified time | relevance | path

Searched refs:block (Results 1 – 9 of 9) 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() argument
53 if (block) { in queue_add_internal()
62 static bool queue_remove_internal(queue_t *q, void *data, bool block) { in queue_remove_internal() argument
71 if (block) { in queue_remove_internal()
80 static bool queue_peek_internal(queue_t *q, void *data, bool block) { in queue_peek_internal() argument
88 if (block) { in queue_peek_internal()
/external/platform/nrfx/hal/
A Dnrf_power.h759 uint8_t block,
776 uint8_t block,
787 NRF_STATIC_INLINE uint32_t nrf_power_rampower_mask_get(NRF_POWER_Type const * p_reg, uint8_t block);
1128 uint8_t block, in nrf_power_rampower_mask_on() argument
1131 p_reg->RAM[block].POWERSET = section_mask; in nrf_power_rampower_mask_on()
1135 uint8_t block, in nrf_power_rampower_mask_off() argument
1138 p_reg->RAM[block].POWERCLR = section_mask; 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() argument
1143 return p_reg->RAM[block].POWER; in nrf_power_rampower_mask_get()
/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() argument
346 …return _pio_encode_instr_and_args(pio_instr_bits_push, (if_full ? 2u : 0u) | (block ? 1u : 0u), 0); in pio_encode_push()
359 static inline uint pio_encode_pull(bool if_empty, bool block) { in pio_encode_pull() argument
360 …return _pio_encode_instr_and_args(pio_instr_bits_pull, (if_empty ? 2u : 0u) | (block ? 1u : 0u), 0… in pio_encode_pull()
/external/platform/lpc15xx/lpcopen/periph_iap/example/
A Dreadme.dox35 * The IAP example demonstrates programming a FLASH block during run-time. For this
36 * example, the code is running from FLASH and a FLASH block not used for the
/external/platform/lpc15xx/lpcopen/periph_flashiap/example/
A Dreadme.dox36 * The IAP example demonstrates programming a FLASH block during run-time and
38 * and a FLASH block not used for the executing code will be erased and programmed
/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() argument
224 if (block) { in tcpip_callback_with_block()
/external/lib/lwip/include/lwip/
A Dtcpip.h101 err_t tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block);
/external/platform/nrfx/doc/
A Dnrfx.doxyfile197 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
199 # to treat a multi-line C++ comment block as a detailed description. Set this
506 # blocks will be appended to the function's detailed documentation block.
1133 # of the possible markers and block names see the documentation.
2443 # the !include statement in a plantuml block.
/external/platform/nrfx/
A DCHANGELOG.md155 - Declared the tx_buffer_length field in the UART driver's control block as volatile to prevent iss…

Completed in 16 milliseconds