Home
last modified time | relevance | path

Searched refs:desired (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/sl/include/
Dnrf_802154_sl_atomics.h105 uint32_t desired) in nrf_802154_sl_atomic_cas_u32() argument
120 while (__STREXW(desired, (volatile uint32_t *)p_obj)); in nrf_802154_sl_atomic_cas_u32()
141 uint16_t desired) in nrf_802154_sl_atomic_cas_u16() argument
156 while (__STREXH(desired, (volatile uint16_t *)p_obj)); in nrf_802154_sl_atomic_cas_u16()
177 uint8_t desired) in nrf_802154_sl_atomic_cas_u8() argument
192 while (__STREXB(desired, (volatile uint8_t *)p_obj)); in nrf_802154_sl_atomic_cas_u8()
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_csma_ca.c96 static bool csma_ca_state_set(csma_ca_state_t expected, csma_ca_state_t desired) in csma_ca_state_set() argument
100 bool result = nrf_802154_sl_atomic_cas_u8(&m_state, &expected, desired); in csma_ca_state_set()
106 (uint32_t)desired); in csma_ca_state_set()
/hal_nordic-latest/nrfx/doc/
Dmain_page.dox21 macros with proper implementations (or keeping some empty if desired) in files
63 Dynamic configuration is done by specifying desired options in configuration
71 logging in particular drivers. It is done by specifying desired values of macros
Dnrfx.doxyfile1295 # customization is desired it has to be added explicitly. For an example see the
/hal_nordic-latest/nrfx/
DCHANGELOG.md239 …pe of the NRFX_TIMER_DEFAULT_CONFIG() macro in the TIMER driver. Now the desired timer clock frequ…
277 …LCULATE() macro for computing prescaler value for given TIMER base frequency and desired frequency.
/hal_nordic-latest/nrfx/samples/doc/
Dnrfx_examples.doxyfile1286 # customization is desired it has to be added explicitly. For an example see the