Searched refs:char (Results 1 – 25 of 66) sorted by relevance
123
/Zephyr-latest/samples/bluetooth/hci_spi/boards/ |
D | nrf51dk_nrf51822.overlay | 21 def-char = <0x00>;
|
/Zephyr-latest/scripts/coccinelle/ |
D | unsigned_suffix.cocci | 13 {unsigned char, unsigned short, unsigned int, uint8_t, uint16_t, uint32_t, uint64_t, u8_t, u16_t, u… 53 {unsigned char, unsigned short, unsigned int, uint8_t, uint16_t, uint32_t, uint64_t, u8_t, u16_t, u…
|
D | unsigned_lesser_than_zero.cocci | 15 {unsigned char, unsigned short, unsigned int, unsigned long, unsigned long long,
|
/Zephyr-latest/boards/96boards/carbon/ |
D | 96b_carbon_nrf51822.dts | 54 def-char = <0x00>;
|
/Zephyr-latest/tests/drivers/spi/spi_error_cases/boards/ |
D | nrf52840dk_nrf52840.overlay | 63 def-char = <0x00>;
|
D | nrf54h20dk_nrf54h20_common.dtsi | 72 def-char = <0x00>;
|
D | nrf54l15dk_nrf54l15_cpuapp.overlay | 67 def-char = <0x00>;
|
D | nrf54l20pdk_nrf54l20_cpuapp.overlay | 68 def-char = <0x00>;
|
D | nrf54h20dk_nrf54h20_cpuapp_fast.overlay | 72 def-char = <0x00>;
|
/Zephyr-latest/scripts/build/ |
D | gen_cfb_font_header.py | 27 char = " ({:c})".format(charcode) 29 char = "" 31 args.output.write("""\t/* {:d}{} */\n\t{{\n""".format(charcode, char))
|
/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/boards/ |
D | nrf52840dk_nrf52840.overlay | 64 def-char = <0x00>;
|
D | nrf54l15dk_nrf54l15_cpuapp.overlay | 68 def-char = <0x00>;
|
D | nrf54l20pdk_nrf54l20_cpuapp.overlay | 69 def-char = <0x00>;
|
D | nrf54h20dk_nrf54h20_common.dtsi | 74 def-char = <0x00>;
|
D | nrf54h20dk_nrf54h20_cpuapp_fast.overlay | 73 def-char = <0x00>;
|
/Zephyr-latest/soc/nuvoton/npcx/common/ecst/ |
D | ecst_args.py | 231 for char in val: 232 if char not in hex_digits:
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | adopted_deviations.ecl | 36 -config=MC3R1.R2.7,declarations+={relied,"context(^hash\\(const char\\*, size_t\\)$)&&name(len)"} 39 -config=MC3R1.R15.6,reports={relied, "all_area(context(^z_object_lookup\\(const char\\*, size_t\\)$…
|
D | toolchain.ecl | 83 -config=STD.bitfldtp,behavior+={c99, GCC, "unsigned char||unsigned short"} 84 -config=STD.bitfldtp,behavior+={c18, GCC, "unsigned char||unsigned short"}
|
/Zephyr-latest/doc/services/storage/settings/ |
D | index.rst | 202 static int foo_settings_set(const char *name, size_t len, 205 const char *next; 227 static int foo_settings_export(int (*storage_func)(const char *name, 264 static int foo_settings_set(const char *name, size_t len, 267 const char *next; 321 static int settings_custom_save(struct settings_store *cs, const char *name, 322 const char *value, size_t val_len)
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | coap_server.rst | 80 static const char *msg = "Hello, world!"; 118 static const char * const my_resource_path[] = { "test", NULL }; 153 char payload[14]; 214 static const char * const temp_resource_path[] = { "sensors", "temp1", NULL };
|
D | coap.rst | 91 static const char * const led_set[] = { "led","+","set", NULL }; 92 static const char * const btn_get[] = { "button","#", NULL }; 93 static const char * const no_wc[] = { "test","+1", NULL }; 117 char *path = "test";
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | slabs.rst | 79 char __aligned(4) my_slab_buffer[6 * 400]; 110 char *block_ptr; 129 char *block_ptr;
|
/Zephyr-latest/samples/subsys/logging/syst/ |
D | README.rst | 98 [ 0.020000] <dbg> syst: char ! 159 char ! 182 char ! 269 [ 0.020000] <dbg> syst: char ! 332 char ! 356 char !
|
/Zephyr-latest/arch/x86/ |
D | gen_idt.py | 287 for char in vbits: 288 fp.write(struct.pack("<B", char))
|
/Zephyr-latest/doc/services/ |
D | formatted_output.rst | 86 the compiler and cannot distinguish between ``%p`` and ``%s`` if char pointer 87 is used. It treats all (unsigned) char pointers as ``%s`` thus it will attempt 92 cast char pointers used for ``%p`` to ``void *``. There is a logging warning 94 :c:macro:`CBPRINTF_PACKAGE_CONVERT_PTR_CHECK` flag when char pointer is used with
|
123