Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Davrcp_internal.h83 #define BT_AVRCP_HDR_SET_CTYPE(hdr, ctype) \ argument
84 (hdr)->byte0 = (((hdr)->byte0) & ~GENMASK(3, 0)) | FIELD_PREP(GENMASK(3, 0), (ctype))
Davrcp.c326 bt_avrcp_ctype_t ctype; in avrcp_recv() local
340 ctype = BT_AVRCP_HDR_GET_CTYPE(avrcp_hdr); in avrcp_recv()
348 LOG_DBG("AVRCP msg received, cr:0x%X, tid:0x%X, ctype: 0x%X, opc:0x%02X,", cr, tid, ctype, in avrcp_recv()
352 ctype == BT_AVRCP_CTYPE_CHANGED) { in avrcp_recv()
524 bt_avrcp_ctype_t ctype = BT_AVRCP_HDR_GET_CTYPE(avrcp_hdr); in avrcp_send() local
527 LOG_DBG("AVRCP send cr:0x%X, tid:0x%X, ctype: 0x%X, opc:0x%02X\n", cr, tid, ctype, in avrcp_send()
/Zephyr-latest/scripts/build/
Dgen_device_deps.py108 ctype = (
116 'extern {:s} {:s}[{:d}];'.format(ctype, dev.ordinals.sym.name, len(handles)),
117 ctype,
/Zephyr-latest/cmake/sca/eclair/ECL/
Dlanguage_extensions.ecl5 …haviors+={hide,"service(STD.freestlb)&&category(^(string|fcntl|time|errno|ctype|stdio|inttypes|std…
Dtoolchain.ecl64 -config=STD.freestlb,behavior+={c99,GCC,"^(string|fcntl|time|errno|ctype|stdio|inttypes|stdlib).h$"}
/Zephyr-latest/drivers/flash/
Dflash_cadence_nand_ll.c452 void cdns_nand_cdma_prepare(char nf_mem, uint32_t flash_ptr, char *mem_ptr, uint16_t ctype, in cdns_nand_cdma_prepare() argument
468 cdma_desc->command_type = ctype; in cdns_nand_cdma_prepare()
556 uint32_t max_page_desc, uint32_t ctype, in cdns_cdma_desc_transfer_finish() argument
590 (ctype + index), (page_count_pass - index), in cdns_cdma_desc_transfer_finish()
600 if (ctype != CNF_CMD_ERASE) { in cdns_cdma_desc_transfer_finish()
691 uint32_t start_block, uint16_t ctype, uint32_t block_count) in cdns_nand_pio_erase() argument
716 status |= PIO_CMD0_CT_SET(ctype); in cdns_nand_pio_erase()
742 uint32_t row_address, char *buf, uint16_t ctype, uint8_t dma_sel, in cdns_nand_pio_prepare() argument
765 status |= PIO_CMD0_CT_SET(ctype); in cdns_nand_pio_prepare()
/Zephyr-latest/
D.clang-format92 …- Regex: '^<(assert|complex|ctype|errno|fenv|float|inttypes|limits|locale|math|setjmp|signal|stdar…
/Zephyr-latest/arch/x86/
Dgen_mmu.py193 ctype = "<" + self.type_code
194 entry_size = struct.calcsize(ctype)
198 struct.pack_into(ctype, ret, entry_size * i, self.entries[i])
/Zephyr-latest/drivers/sdhc/
Dsdhc_esp32.c881 sdio_hw->ctype.card_width_8 &= ~mask; in sdmmc_host_set_bus_width()
882 sdio_hw->ctype.card_width &= ~mask; in sdmmc_host_set_bus_width()
884 sdio_hw->ctype.card_width_8 &= ~mask; in sdmmc_host_set_bus_width()
885 sdio_hw->ctype.card_width |= mask; in sdmmc_host_set_bus_width()
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst1107 ctype and various fixes in the math library.
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst985 …- Any value passed to a function in <ctype.h> shall be representable as an unsigned char or be th…