Searched refs:ctype (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avrcp_internal.h | 83 #define BT_AVRCP_HDR_SET_CTYPE(hdr, ctype) \ argument 84 (hdr)->byte0 = (((hdr)->byte0) & ~GENMASK(3, 0)) | FIELD_PREP(GENMASK(3, 0), (ctype))
|
D | avrcp.c | 326 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/ |
D | gen_device_deps.py | 108 ctype = ( 116 'extern {:s} {:s}[{:d}];'.format(ctype, dev.ordinals.sym.name, len(handles)), 117 ctype,
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | language_extensions.ecl | 5 …haviors+={hide,"service(STD.freestlb)&&category(^(string|fcntl|time|errno|ctype|stdio|inttypes|std…
|
D | toolchain.ecl | 64 -config=STD.freestlb,behavior+={c99,GCC,"^(string|fcntl|time|errno|ctype|stdio|inttypes|stdlib).h$"}
|
/Zephyr-latest/drivers/flash/ |
D | flash_cadence_nand_ll.c | 452 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-format | 92 …- Regex: '^<(assert|complex|ctype|errno|fenv|float|inttypes|limits|locale|math|setjmp|signal|stdar…
|
/Zephyr-latest/arch/x86/ |
D | gen_mmu.py | 193 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/ |
D | sdhc_esp32.c | 881 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/ |
D | release-notes-3.6.rst | 1107 ctype and various fixes in the math library.
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 985 …- Any value passed to a function in <ctype.h> shall be representable as an unsigned char or be th…
|