Searched refs:cmp (Results 1 – 9 of 9) sorted by relevance
| /subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
| A D | cntr.c | 151 void cntr_cmp_set(uint8_t cmp, uint32_t value) in cntr_cmp_set() argument 170 nrf_grtc_sys_counter_compare_event_disable(NRF_GRTC, cmp); in cntr_cmp_set() 174 NRF_GRTC->CC[cmp].CCL = stale; in cntr_cmp_set() 177 nrf_grtc_task_trigger(NRF_GRTC, (NRF_GRTC_TASK_CAPTURE_0 + (cmp * sizeof(uint32_t)))); in cntr_cmp_set() 181 cntr_l = NRF_GRTC->CC[cmp].CCL; in cntr_cmp_set() 185 cntr_h = NRF_GRTC->CC[cmp].CCH; in cntr_cmp_set() 195 nrf_grtc_sys_counter_cc_set(NRF_GRTC, cmp, in cntr_cmp_set() 199 nrf_grtc_sys_counter_compare_event_enable(NRF_GRTC, cmp); in cntr_cmp_set() 202 nrf_rtc_cc_set(NRF_RTC, cmp, value); in cntr_cmp_set()
|
| /subsys/logging/ |
| A D | log_cache.c | 45 cache->cmp = config->cmp; in log_cache_init() 62 if (cache->cmp(entry->id, id)) { in log_cache_get()
|
| A D | log_cache.h | 27 log_cache_cmp_func_t cmp; member 33 log_cache_cmp_func_t cmp; member
|
| A D | log_mgmt.c | 161 .cmp = domain_id_cmp in cache_init() 167 .cmp = source_id_cmp in cache_init()
|
| /subsys/bluetooth/controller/hal/ |
| A D | cntr.h | 14 void cntr_cmp_set(uint8_t cmp, uint32_t value);
|
| /subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/ |
| A D | cntr.c | 104 void cntr_cmp_set(uint8_t cmp, uint32_t value) in cntr_cmp_set() argument
|
| /subsys/net/ip/ |
| A D | net_stats.c | 76 int64_t cmp = cmp_val(curr, next_print); in stats() local 79 if (!next_print || (abs(cmp) > PRINT_STATISTICS_INTERVAL)) { in stats()
|
| /subsys/fs/zms/ |
| A D | zms.c | 312 uint8_t cmp[ZMS_BLOCK_SIZE]; in zms_flash_cmp_const() local 316 (void)memset(cmp, value, block_size); in zms_flash_cmp_const() 319 rc = zms_flash_block_cmp(fs, addr, cmp, bytes_to_cmp); in zms_flash_cmp_const()
|
| /subsys/net/lib/zperf/ |
| A D | zperf_shell.c | 143 int cmp; in parse_number() local 150 cmp = strncasecmp(suffix, *unit++, 1); in parse_number() 151 } while (cmp != 0 && *++divisor != 0U); in parse_number()
|
Completed in 36 milliseconds