Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 8 of 8) sorted by relevance

/hal_nordic-latest/nrfx/helpers/
Dnrfx_flag32_allocator.c82 nrfx_err_t nrfx_flag32_free(nrfx_atomic_t * p_mask, uint8_t flag) in nrfx_flag32_free() argument
86 if ((NRFX_BIT(flag) & *p_mask)) in nrfx_flag32_free()
93 new_mask = prev_mask | NRFX_BIT(flag); in nrfx_flag32_free()
Dnrfx_flag32_allocator.h112 nrfx_err_t nrfx_flag32_free(nrfx_atomic_t * p_mask, uint8_t flag);
/hal_nordic-latest/nrfx/doc/sphinx/nrfx_api/
Dflag32_allocator.rst1 Generic flag allocator
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/
DREADME.md21 With that flag, the SAADC driver automatically triggers the @p NRF_SAADC_TASK_START task on the @p …
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c1588 uint32_t flag; in rx_abort() local
1613 flag = UARTE_FLAG_RX_STOP_ON_END | UARTE_FLAG_RX_ABORTED | UARTE_FLAG_RX_FORCED_ABORT; in rx_abort()
1617 flag = UARTE_FLAG_RX_RESTARTED; in rx_abort()
1620 NRFX_ATOMIC_FETCH_OR(&p_cb->flags, flag); in rx_abort()
/hal_nordic-latest/nrfx/samples/doc/
Dnrfx_examples.doxyfile190 # using the -I flag.
533 # This flag is only useful for Objective-C code. If set to YES, local methods,
541 # If this flag is set to YES, the members of anonymous namespaces will be
550 # If this flag is set to YES, the name of an unnamed parameter in a declaration
829 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
854 # set to YES then this flag will automatically be disabled. See also
862 # undocumented enumeration values. If EXTRACT_ALL is set to YES then this flag
1475 # The GENERATE_CHI flag controls if a separate .chi index file is generated
1488 # The BINARY_TOC flag controls whether a binary table of contents is generated
1496 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
/hal_nordic-latest/nrfx/doc/
Dnrfx.doxyfile190 # using the -I flag.
535 # This flag is only useful for Objective-C code. If set to YES, local methods,
543 # If this flag is set to YES, the members of anonymous namespaces will be
552 # If this flag is set to YES, the name of an unnamed parameter in a declaration
831 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
856 # set to YES then this flag will automatically be disabled. See also
864 # undocumented enumeration values. If EXTRACT_ALL is set to YES then this flag
1484 # The GENERATE_CHI flag controls if a separate .chi index file is generated
1497 # The BINARY_TOC flag controls whether a binary table of contents is generated
1505 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
/hal_nordic-latest/nrfx/
DCHANGELOG.md456 - Introduced the NRFX_I2S_STATUS_TRANSFER_STOPPED flag in the I2S driver.
467 - Introduced the NRFX_TWIM_NO_SPURIOUS_STOP_CHECK flag in the TWIM driver.