Searched refs:threshold (Results 1 – 7 of 7) sorted by relevance
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_comp.h | 76 …nrf_comp_th_t threshold; ///< Structure holding THDOWN and THUP values needed by the COMP_… member 99 nrf_comp_th_set(p_reg, p_config->threshold); in nrfy_comp_periph_configure() 222 NRFY_STATIC_INLINE void nrfy_comp_th_set(NRF_COMP_Type * p_reg, nrf_comp_th_t threshold) in nrfy_comp_th_set() argument 224 nrf_comp_th_set(p_reg, threshold); in nrfy_comp_th_set()
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_comp.h | 100 …nrf_comp_th_t threshold; ///< Structure holding THDOWN and THUP values needed by t… member 135 .threshold = NRFX_COMP_CONFIG_TH, \
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_comp.h | 285 NRF_STATIC_INLINE void nrf_comp_th_set(NRF_COMP_Type * p_reg, nrf_comp_th_t threshold); 474 NRF_STATIC_INLINE void nrf_comp_th_set(NRF_COMP_Type * p_reg, nrf_comp_th_t threshold) in nrf_comp_th_set() argument 477 (((uint32_t)threshold.th_down << COMP_TH_THDOWN_Pos) & COMP_TH_THDOWN_Msk) | in nrf_comp_th_set() 478 (((uint32_t)threshold.th_up << COMP_TH_THUP_Pos) & COMP_TH_THUP_Msk); in nrf_comp_th_set()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_comp.c | 62 .threshold = p_config->threshold, in comp_configure()
|
| /hal_nordic-latest/nrfx/ |
| D | CHANGELOG.md | 148 …hecking if the detected voltage is below or above the threshold of VPOF (POF Comparator's threshol…
|
| /hal_nordic-latest/nrfx/samples/doc/ |
| D | nrfx_examples.doxyfile | 2471 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the 2473 # for no limit. Note that the threshold may be exceeded by 50% before the limit 2474 # is enforced. So when you set the threshold to 10, up to 15 fields may appear, 2496 # to display on a single line. If the actual line length exceeds this threshold
|
| /hal_nordic-latest/nrfx/doc/ |
| D | nrfx.doxyfile | 2483 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the 2485 # for no limit. Note that the threshold may be exceeded by 50% before the limit 2486 # is enforced. So when you set the threshold to 10, up to 15 fields may appear, 2508 # to display on a single line. If the actual line length exceeds this threshold
|