Home
last modified time | relevance | path

Searched refs:char (Results 1 – 25 of 66) sorted by relevance

123

/Zephyr-latest/samples/bluetooth/hci_spi/boards/
Dnrf51dk_nrf51822.overlay21 def-char = <0x00>;
/Zephyr-latest/scripts/coccinelle/
Dunsigned_suffix.cocci13 {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…
Dunsigned_lesser_than_zero.cocci15 {unsigned char, unsigned short, unsigned int, unsigned long, unsigned long long,
/Zephyr-latest/boards/96boards/carbon/
D96b_carbon_nrf51822.dts54 def-char = <0x00>;
/Zephyr-latest/tests/drivers/spi/spi_error_cases/boards/
Dnrf52840dk_nrf52840.overlay63 def-char = <0x00>;
Dnrf54h20dk_nrf54h20_common.dtsi72 def-char = <0x00>;
Dnrf54l15dk_nrf54l15_cpuapp.overlay67 def-char = <0x00>;
Dnrf54l20pdk_nrf54l20_cpuapp.overlay68 def-char = <0x00>;
Dnrf54h20dk_nrf54h20_cpuapp_fast.overlay72 def-char = <0x00>;
/Zephyr-latest/scripts/build/
Dgen_cfb_font_header.py27 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/
Dnrf52840dk_nrf52840.overlay64 def-char = <0x00>;
Dnrf54l15dk_nrf54l15_cpuapp.overlay68 def-char = <0x00>;
Dnrf54l20pdk_nrf54l20_cpuapp.overlay69 def-char = <0x00>;
Dnrf54h20dk_nrf54h20_common.dtsi74 def-char = <0x00>;
Dnrf54h20dk_nrf54h20_cpuapp_fast.overlay73 def-char = <0x00>;
/Zephyr-latest/soc/nuvoton/npcx/common/ecst/
Decst_args.py231 for char in val:
232 if char not in hex_digits:
/Zephyr-latest/cmake/sca/eclair/ECL/
Dadopted_deviations.ecl36 -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\\)$…
Dtoolchain.ecl83 -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/
Dindex.rst202 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/
Dcoap_server.rst80 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 };
Dcoap.rst91 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/
Dslabs.rst79 char __aligned(4) my_slab_buffer[6 * 400];
110 char *block_ptr;
129 char *block_ptr;
/Zephyr-latest/samples/subsys/logging/syst/
DREADME.rst98 [ 0.020000] <dbg> syst: char !
159 char !
182 char !
269 [ 0.020000] <dbg> syst: char !
332 char !
356 char !
/Zephyr-latest/arch/x86/
Dgen_idt.py287 for char in vbits:
288 fp.write(struct.pack("<B", char))
/Zephyr-latest/doc/services/
Dformatted_output.rst86 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