Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_nfct.h294 uint8_t reference_volatge; /**< Reference voltage level. */ member
1471 ((p_bias_config->reference_volatge << in nrf_nfct_bias_config_set()
1490 p_bias_config->reference_volatge = (p_reg->BIASCFG & NFCT_BIASCFG_REFERENCEVOLTAGE_Msk) in nrf_nfct_bias_config_get()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nfct.c192 bias_cfg.reference_volatge = (NRF_FICR->TRIM.GLOBAL.NFCT.BIASCFG & in nfct_trims_apply()