Searched refs:flash_obj (Results 1 – 2 of 2) sorted by relevance
30 cyhal_flash_t flash_obj; member63 rslt = cyhal_flash_read(&dev_data->flash_obj, read_offset, (uint8_t *)data, data_len); in ifx_cat1_flash_read()96 rslt = cyhal_flash_write(&dev_data->flash_obj, write_offset, in ifx_cat1_flash_write()130 rslt = cyhal_flash_erase(&data->flash_obj, erase_offset); in ifx_cat1_flash_erase()176 rslt = cyhal_flash_init(&data->flash_obj); in ifx_cat1_flash_init()
31 cyhal_flash_t flash_obj; member