Home
last modified time | relevance | path

Searched refs:max_offset (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dutils.py31 max_offset = section['size']
34 if offset < 0 or offset >= max_offset:
39 while (offset < max_offset) and (data[offset] != 0):
/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.c461 uint8_t *max_offset, uint8_t sig_offset) in count_mod_ext() argument
479 if (max_offset) { in count_mod_ext()
480 memcpy(max_offset, &offset_record, sizeof(uint8_t)); in count_mod_ext()
510 int8_t max_offset; in prep_model_item_header() local
512 ext_mod_cnt = count_mod_ext(mod, &max_offset, sig_offset); in prep_model_item_header()
517 max_offset > 3 || in prep_model_item_header()
518 max_offset < -4) { in prep_model_item_header()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp.c1477 uint32_t max_offset = OFFS_ADJUST_US + OFFSET_BASE_MAX_VALUE * OFFS_UNIT_300_US; local
1479 if (offset_us > max_offset) {
1486 conn_event_offset = DIV_ROUND_UP(offset_us - max_offset, conn_interval_us);