Home
last modified time | relevance | path

Searched refs:page_num (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.4.0/components/nvs_flash/nvs_partition_generator/
Dnvs_partition_gen.py99 def __init__(self, page_num, version, is_rsrv_page=False): argument
106 self.set_header(page_num, version)
108 def set_header(self, page_num, version): argument
114 struct.pack_into('<I', page_header, 4, page_num)
172 rel_addr = nvs_obj.page_num * Page.PAGE_PARAMS['max_size'] + Page.FIRST_ENTRY_OFFSET
485 self.page_num = -1
524 self.page_num += 1
526 new_page = Page(self.page_num, version, is_rsrv_page)
752 def decrypt_data(data_input, decr_key, page_num, entry_no, entry_size): argument
763 rel_addr = page_num * page_max_size + first_entry_offset
[all …]
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c1139 UINT8 page_num, max_page; in btm_read_remote_ext_features_complete() local
1146 STREAM_TO_UINT8 (page_num, p); in btm_read_remote_ext_features_complete()
1162 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_features[page_num], p, HCI_FEATURE_BYTES_PER_PAGE); in btm_read_remote_ext_features_complete()
1166 if ((page_num < max_page) && (page_num < HCI_EXT_FEATURES_PAGE_MAX)) { in btm_read_remote_ext_features_complete()
1167 page_num++; in btm_read_remote_ext_features_complete()
1168 BTM_TRACE_DEBUG("BTM reads next remote extended features page (%d)\n", page_num); in btm_read_remote_ext_features_complete()
1169 btm_read_remote_ext_features (handle, page_num); in btm_read_remote_ext_features_complete()
1174 BTM_TRACE_DEBUG("BTM reached last remote extended features page (%d)\n", page_num); in btm_read_remote_ext_features_complete()
1177 btm_process_remote_ext_features (p_acl_cb, (UINT8) (page_num + 1)); in btm_read_remote_ext_features_complete()
/hal_espressif-3.4.0/components/spi_flash/
Dflash_ops.c216 extern esp_err_t spi_flash_mmap_page_num_init(uint32_t page_num); in spi_flash_init()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c547 BOOLEAN btsnd_hcic_rmt_ext_features (UINT16 handle, UINT8 page_num) in btsnd_hcic_rmt_ext_features() argument
565 UINT8_TO_STREAM (pp, page_num); in btsnd_hcic_rmt_ext_features()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h215 BOOLEAN btsnd_hcic_rmt_ext_features(UINT16 handle, UINT8 page_num);