Home
last modified time | relevance | path

Searched defs:page_num (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.7.0/components/hal/
Dmmu_hal.c35 uint32_t mmu_hal_pages_to_bytes(uint32_t mmu_id, uint32_t page_num) in mmu_hal_pages_to_bytes()
83 uint32_t page_num = (len + page_size_in_bytes - 1) / page_size_in_bytes; in mmu_hal_map_region() local
105 uint32_t page_num = (len + page_size_in_bytes - 1) / page_size_in_bytes; in mmu_hal_unmap_region() local
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c1147 UINT8 page_num, max_page; in btm_read_remote_ext_features_complete() local
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c546 BOOLEAN btsnd_hcic_rmt_ext_features (UINT16 handle, UINT8 page_num) in btsnd_hcic_rmt_ext_features()