Home
last modified time | relevance | path

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

/btstack/port/stm32-wb55xx-nucleo-freertos/port/
H A Dhal_flash_bank_stm32wb.c56 hal_flash_bank_stm32wb_t * self = (hal_flash_bank_stm32wb_t *) context; in hal_flash_bank_stm32wb_get_size()
66 hal_flash_bank_stm32wb_t * self = (hal_flash_bank_stm32wb_t *) context; in hal_flash_bank_stm32wb_erase()
97 hal_flash_bank_stm32wb_t * self = (hal_flash_bank_stm32wb_t *) context; in hal_flash_bank_stm32wb_read()
107 hal_flash_bank_stm32wb_t * self = (hal_flash_bank_stm32wb_t *) context; in hal_flash_bank_stm32wb_write()
142 const hal_flash_bank_t * hal_flash_bank_stm32wb_init_instance(hal_flash_bank_stm32wb_t * context, u… in hal_flash_bank_stm32wb_init_instance()
H A Dhal_flash_bank_stm32wb.h53 } hal_flash_bank_stm32wb_t; typedef
64 const hal_flash_bank_t * hal_flash_bank_stm32wb_init_instance(hal_flash_bank_stm32wb_t * context, u…
H A Dbtstack_port.c236 static hal_flash_bank_stm32wb_t hal_flash_bank_context;