Searched refs:PRIu8 (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_chains/src/ |
D | common.c | 71 "Advertising set handle: %" PRIu8 " exceeds maximum handles value %" PRIu8, in common_create_adv_set() 74 zassert_equal(err, 0, "Unexpected error while create new advertising set, err: %" PRIu8, in common_create_adv_set() 183 snprintf(pdu_buff, ARRAY_SIZE(pdu_buff), "test%" PRIu8 " test%" PRIu8 " test%" PRIu8 "", 0, in common_create_per_adv_chain() 189 "test%" PRIu8 " test%" PRIu8 " test%" PRIu8 "", idx, idx, idx); in common_create_per_adv_chain() 280 "Unexpected mode of extended advertising PDU: %" PRIu8, in common_validate_per_adv_pdu() 340 "Extended header length: %" PRIu8 in common_validate_per_adv_pdu() 341 " different than expected %" PRIu8, in common_validate_per_adv_pdu() 523 "Provided data length exceeds maximum supported payload length: %" PRIu8, in common_pdu_adv_data_set()
|
/Zephyr-latest/drivers/dma/ |
D | dma_si32.c | 64 LOG_INF("Channel %" PRIu8 " ISR fired", channel); in dma_si32_isr_handler() 69 LOG_ERR("Bus error on channel %" PRIu8, channel); in dma_si32_isr_handler() 137 LOG_INF("Configuring channel %" PRIu8, channel); in dma_si32_config() 354 LOG_INF("Starting channel %" PRIu8, channel); in dma_si32_start()
|
/Zephyr-latest/tests/misc/print_format/src/ |
D | main.c | 26 printk("u%" PRIu8 "\n", UINT8_C(8)); in main()
|
/Zephyr-latest/tests/drivers/pwm/pwm_api/src/ |
D | test_pwm.c | 124 TC_PRINT("[PWM]: %" PRIu8 ", [period]: %" PRIu32 ", [pulse]: %" PRIu32 "\n", in test_task() 192 TC_PRINT("[PWM]: %" PRIu8 ", [period]: %" PRIu32 ", [pulse]: %" PRIu32 "\n", in ZTEST_USER()
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | inttypes.h | 58 #define PRIu8 "u" /* uint8_t */ macro
|
/Zephyr-latest/samples/subsys/logging/dictionary/src/ |
D | main.c | 42 LOG_DBG("int8_t %" PRId8 ", uint8_t %" PRIu8, i8, u8); in main()
|
/Zephyr-latest/tests/subsys/logging/dictionary/src/ |
D | main.c | 43 LOG_DBG("int8_t %" PRId8 ", uint8_t %" PRIu8, i8, u8); in main()
|
/Zephyr-latest/drivers/lora/ |
D | sx126x.c | 219 LOG_DBG("Reading buffers @ 0x%" PRIx8 " (%" PRIu8 " bytes)", in SX126xReadBuffer() 231 LOG_DBG("Writing buffers @ 0x%" PRIx8 " (%" PRIu8 " bytes)", in SX126xWriteBuffer()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | sensor_data_types.h | 174 #define PRIsensor_byte_data(field_name_) PRIu64 "ns (" STRINGIFY(field_name_) " = %" PRIu8 ")"
|
/Zephyr-latest/samples/bluetooth/direction_finding_central/src/ |
D | main.c | 267 printk(" IQ[%" PRIu8 "]: %d, %d\n", idx, in cte_recv_cb()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/ |
D | gatt_client_test.c | 30 printk("MTU exchange failed (err %" PRIu8 ")\n", err); in exchange_func()
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/ |
D | main.c | 222 printk(" IQ[%" PRIu8 "]: %d, %d\n", idx, report->sample16[idx].i, in cte_recv_cb()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt.c | 5860 LOG_DBG("Restored CCC for id:%" PRIu8 " addr:%s", load.addr_with_id.id, in ccc_set()
|