Home
last modified time | relevance | path

Searched refs:U8 (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.6.0/components/app_trace/sys_view/SEGGER/
DSEGGER_SYSVIEW.c217 U8* pBuffer;
218 U8* pPayload;
219 U8* pPayloadStart;
225 U8 EnableState; // 0: Disabled, 1: Enabled, (2: Dropping)
226 U8 UpChannel;
227 U8 RecursionCnt;
236 U8 DownChannel;
249 static void _SendPacket(U8* pStartPacket, U8* pEndPacket, unsigned int EventId);
257 static const U8 _abSync[10] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
291 static U8 _NumModules;
[all …]
DSEGGER_SYSVIEW.h234 U8 SEGGER_SYSVIEW_Started(void);
273 int SEGGER_SYSVIEW_SendPacket (U8* pPacket, U8* pPayloadEnd, unsigned int Event…
279 U8* SEGGER_SYSVIEW_EncodeU32 (U8* pPayload, U32 Value);
280 U8* SEGGER_SYSVIEW_EncodeData (U8* pPayload, const char* pSrc, unsigned int Len…
281 U8* SEGGER_SYSVIEW_EncodeString (U8* pPayload, const char* s, unsigned int MaxLen…
282 U8* SEGGER_SYSVIEW_EncodeId (U8* pPayload, U32 Id);
292 void SEGGER_SYSVIEW_SendModule (U8 ModuleId);
/hal_espressif-3.6.0/components/app_trace/sys_view/ext/
Dheap_trace_module.c61 U8 aPacket[SEGGER_SYSVIEW_INFO_SIZE + (2+CALLSTACK_SIZE)*SEGGER_SYSVIEW_QUANTA_U32]; in esp_sysview_heap_trace_alloc()
62 U8* pPayload = SEGGER_SYSVIEW_PREPARE_PACKET(aPacket); in esp_sysview_heap_trace_alloc()
79 U8 aPacket[SEGGER_SYSVIEW_INFO_SIZE + (1+CALLSTACK_SIZE)*SEGGER_SYSVIEW_QUANTA_U32]; in esp_sysview_heap_trace_free()
80 U8* pPayload = SEGGER_SYSVIEW_PREPARE_PACKET(aPacket); in esp_sysview_heap_trace_free()
/hal_espressif-3.6.0/components/app_trace/sys_view/Sample/OS/
DSEGGER_SYSVIEW_FreeRTOS.c245 U8 aPacket[SEGGER_SYSVIEW_INFO_SIZE + 4 * SEGGER_SYSVIEW_QUANTA_U32]; in SYSVIEW_RecordU32x4()
246 U8* pPayload; in SYSVIEW_RecordU32x4()
265 U8 aPacket[SEGGER_SYSVIEW_INFO_SIZE + 5 * SEGGER_SYSVIEW_QUANTA_U32]; in SYSVIEW_RecordU32x5()
266 U8* pPayload; in SYSVIEW_RecordU32x5()
/hal_espressif-3.6.0/components/nvs_flash/host_test/nvs_page_test/main/
Dnvs_page_test.cpp215 …TEST_ASSERT_EQUAL(ESP_FAIL, page.writeItem(1, nvs::ItemType::U8, "test", &write_data, sizeof(write… in test_Page_write__initialize_write_failure()
228 …TEST_ASSERT_EQUAL(ESP_FAIL, fix.page.writeItem(1, nvs::ItemType::U8, "test", &write_data, sizeof(w… in test_Page_write__write_data_fails()
253 …TEST_ASSERT_EQUAL(ESP_OK, fix.page.writeItem(1, nvs::ItemType::U8, "test_key", &write_data, sizeof… in test_page_write__write_correct_entry_state()
276 …TEST_ASSERT_EQUAL(ESP_OK, fix.page.writeItem(1, nvs::ItemType::U8, "test_key", &write_data, sizeof… in test_Page_write__write_correct_data()
732 … page.findItem(NVSValidPageFixture::NS_INDEX, nvs::ItemType::U8, "test_value", index, item)); in test_Page_findItem__uninitialized()
742 …fix.page.findItem(NVSValidPageFixture::NS_INDEX + 1, nvs::ItemType::U8, "test_value", index, item)… in test_Page_find__wrong_ns()
766 fix.page.findItem(NVSValidPageFixture::NS_INDEX, nvs::ItemType::U8, "", index, item)); in test_Page_find__key_empty()
776 … fix.page.findItem(NVSValidPageFixture::NS_INDEX, nvs::ItemType::U8, "different", index, item)); in test_Page_find__wrong_key()
786 … fix.page.findItem(NVSValidPageFixture::NS_INDEX, nvs::ItemType::U8, "test_value", index, item)); in test_Page_find__too_large_index()
794 fix.page.findItem(NVSValidPageFixture::NS_INDEX, nvs::ItemType::U8, "different")); in test_Page_findItem__without_read()
/hal_espressif-3.6.0/examples/system/sysview_tracing/main/
Dsysview_tracing.c68 U8 aPacket[SEGGER_SYSVIEW_INFO_SIZE + SEGGER_SYSVIEW_QUANTA_U32]; in example_sysview_event_send()
70 U8 *pPayload = SEGGER_SYSVIEW_PREPARE_PACKET(aPacket); in example_sysview_event_send()
/hal_espressif-3.6.0/components/app_trace/sys_view/Config/
DGlobal.h71 #define U8 unsigned char macro
/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs_handle.hpp16 U8 = NVS_TYPE_U8, enumerator
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_storage.cpp104 while (p.findItem(Page::NS_INDEX, ItemType::U8, nullptr, itemIndex, item) == ESP_OK) { in init()
414 auto err = writeItem(Page::NS_INDEX, ItemType::U8, nsName, &ns, sizeof(ns)); in createOrOpenNamespace()
/hal_espressif-3.6.0/components/nvs_flash/nvs_partition_generator/
Dnvs_partition_gen.py74 U8 = 0x01 variable in Page
433 entry_struct[1] = Page.U8
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_nvs.cpp507 CHECK(page.findItem(Page::NS_INDEX, ItemType::U8, "wifi") == ESP_OK);
1616 nvs::Item item(1, ItemType::U8, 1, "opmode");
1657 … TEST_ESP_ERR(storage.readItem(1, ItemType::U8, "key", &val, sizeof(val)), ESP_ERR_NVS_NOT_FOUND);