Home
last modified time | relevance | path

Searched refs:nrf54l_errata_8 (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/mdk/
Dnrf54l_erratas.h48 static bool nrf54l_errata_8(void) __UNUSED;
277 static bool nrf54l_errata_8(void) in nrf54l_errata_8() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spim.c153 return (NRFX_COND_CODE_1(NRF54L_ERRATA_8_PRESENT, (nrf54l_errata_8()), (false)) || in apply_errata_nrf54l_8_nrf54h_212()