Home
last modified time | relevance | path

Searched refs:clear (Results 1 – 25 of 146) sorted by relevance

123456

/Zephyr-latest/tests/subsys/display/cfb/basic/src/
Dclear.c16 LOG_MODULE_REGISTER(clear, CONFIG_DISPLAY_LOG_LEVEL);
47 ZTEST(clear, test_clear_false) in ZTEST() argument
55 ZTEST(clear, test_clear_true) in ZTEST() argument
62 ZTEST_SUITE(clear, NULL, NULL, cfb_test_before, cfb_test_after, NULL);
/Zephyr-latest/drivers/fpga/
Dfpga_ice40_bitbang.c50 volatile gpio_port_pins_t *clear; member
71 volatile gpio_port_pins_t *clear, gpio_port_pins_t clk, size_t n) in fpga_ice40_send_clocks() argument
74 *clear |= clk; in fpga_ice40_send_clocks()
82 volatile gpio_port_pins_t *clear, gpio_port_pins_t cs, in fpga_ice40_spi_send_data() argument
89 *clear |= cs; in fpga_ice40_spi_send_data()
96 *clear |= clk; in fpga_ice40_spi_send_data()
103 *clear |= pico; in fpga_ice40_spi_send_data()
174 *config_bitbang->clear |= (creset | cs); in fpga_ice40_load()
197 config_bitbang->clear, clk, config->leading_clocks); in fpga_ice40_load()
203 config_bitbang->clear, cs, clk, pico, (uint8_t *)image_ptr, in fpga_ice40_load()
[all …]
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D002_enhancement.md12 A clear and concise description of what the problem is.
17 A clear and concise description of what you want to happen.
22 A clear and concise description of any alternative solutions or features you've considered.
D004_feature_request.md12 A clear and concise description of what the problem is.
17 A clear and concise description of what you want to happen.
22 A clear and concise description of any alternative solutions or features you've considered.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Decb.c60 uint8_t clear[16]; in ecb_encrypt() local
74 sys_memcpy_swap(&clear, clear_text_le, sizeof(clear)); in ecb_encrypt()
91 status = CAU3_AES_Encrypt(CAU3, &handle, clear, cipher); in ecb_encrypt()
/Zephyr-latest/tests/subsys/debug/gdbstub/
Dtest_breakpoints.gdbinit19 clear test
20 clear k_thread_abort
/Zephyr-latest/drivers/i2c/
Di2c_lpc11u6x.c178 uint32_t clear = LPC11U6X_I2C_CONTROL_SI; in lpc11u6x_i2c_isr() local
188 clear |= LPC11U6X_I2C_CONTROL_START; in lpc11u6x_i2c_isr()
228 clear |= LPC11U6X_I2C_CONTROL_AA; in lpc11u6x_i2c_isr()
240 clear |= LPC11U6X_I2C_CONTROL_AA; in lpc11u6x_i2c_isr()
248 clear |= LPC11U6X_I2C_CONTROL_AA; in lpc11u6x_i2c_isr()
268 clear |= LPC11U6X_I2C_CONTROL_AA; in lpc11u6x_i2c_isr()
274 clear |= LPC11U6X_I2C_CONTROL_AA; in lpc11u6x_i2c_isr()
298 i2c->con_clr = clear; in lpc11u6x_i2c_isr()
/Zephyr-latest/tests/subsys/display/cfb/basic/
DCMakeLists.txt13 src/clear.c
25 src/clear.c
/Zephyr-latest/subsys/bluetooth/mesh/
Dcdb.c37 clear:1; /* 1 if key needs clearing, 0 if storing */ member
43 bool clear; member
603 update->clear = !store; in update_cdb_node_settings()
618 free_slot->clear = !store; in update_cdb_node_settings()
656 uint8_t clear = store ? 0U : 1U; in update_cdb_subnet_settings() local
662 update->clear = clear; in update_cdb_subnet_settings()
679 free_slot->clear = clear; in update_cdb_subnet_settings()
688 uint8_t clear = store ? 0U : 1U; in update_cdb_app_key_settings() local
694 update->clear = clear; in update_cdb_app_key_settings()
712 free_slot->clear = clear; in update_cdb_app_key_settings()
[all …]
Dapp_keys.c39 clear:1; /* 1 if key needs clearing, 0 if storing */ member
151 uint8_t clear = store ? 0U : 1U; in update_app_key_settings() local
157 update->clear = clear; in update_app_key_settings()
174 free_slot->clear = clear; in update_app_key_settings()
717 if (update->clear) { in bt_mesh_app_key_pending_store()
Dfriend.c788 if (frnd->clear.frnd == prev_friend) { in find_clear()
800 k_work_reschedule(&frnd->clear.timer, in friend_clear_sent()
801 K_SECONDS(frnd->clear.repeat_sec)); in friend_clear_sent()
802 frnd->clear.repeat_sec *= 2U; in friend_clear_sent()
814 .addr = frnd->clear.frnd, in send_friend_clear()
838 clear.timer); in clear_timeout()
841 if (frnd->clear.frnd == BT_MESH_ADDR_UNASSIGNED) { in clear_timeout()
846 LOG_DBG("LPN 0x%04x (old) Friend 0x%04x", frnd->lpn, frnd->clear.frnd); in clear_timeout()
848 duration = k_uptime_get_32() - frnd->clear.start; in clear_timeout()
851 frnd->clear.frnd = BT_MESH_ADDR_UNASSIGNED; in clear_timeout()
[all …]
/Zephyr-latest/subsys/net/ip/
Dnbr.h91 void (*const clear)(struct net_nbr_table *table); member
107 .clear = _clear, \
/Zephyr-latest/include/zephyr/drivers/
Dretained_mem.h84 retained_mem_clear_api clear; member
184 return api->clear(dev); in z_impl_retained_mem_clear()
/Zephyr-latest/samples/drivers/lcd_cyclonev_socdk/src/
Dcommands.h77 void clear(void);
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/boards/
Dmsi_range11.overlay9 * It is assumed that applies after clear all clocks with .overlay file.
/Zephyr-latest/samples/subsys/display/cfb_shell/
DREADME.rst41 clear :[none]
134 **clear**: clear the display screen.
140 uart:~$ cfb clear
/Zephyr-latest/drivers/auxdisplay/
Dauxdisplay_jhd1313.c135 uint8_t clear[] = { 0, JHD1313_CMD_SCREEN_CLEAR }; in auxdisplay_jhd1313_clear() local
137 rc = i2c_write_dt(&config->bus, clear, sizeof(clear)); in auxdisplay_jhd1313_clear()
345 .clear = auxdisplay_jhd1313_clear,
/Zephyr-latest/drivers/misc/grove_lcd_rgb/
Dgrove_lcd_rgb.c117 uint8_t clear[] = { 0, GLCD_CMD_SCREEN_CLEAR }; in glcd_clear() local
119 i2c_write_dt(&config->bus, clear, sizeof(clear)); in glcd_clear()
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Ddevice_adapter.py101 self._device_run.clear()
135 self._device_connected.clear()
269 self._device_run.clear()
270 self._device_connected.clear()
/Zephyr-latest/soc/intel/intel_adsp/cavs/
Dmultiprocessing.c108 CAVS_INTCTRL[cpu_num].l2.clear = CAVS_L2_IDC; in soc_start_core()
188 CAVS_INTCTRL[core].l2.clear = CAVS_L2_IDC; in soc_mp_init()
/Zephyr-latest/include/zephyr/retention/
Dretention.h48 retention_clear_api clear; member
/Zephyr-latest/tests/drivers/build_all/fpga/
Dspi.dtsi21 gpios-clear-reg = <0>;
/Zephyr-latest/samples/subsys/fs/littlefs/
DKconfig7 bool "Option to clear the flash area before mounting"
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dsol_pdu_rpl.c64 SHELL_CMD_ARG(clear, NULL, "<RngStart> <Ackd> [RngLen]",
/Zephyr-latest/drivers/sensor/ams/ccs811/
Dccs811.h88 uint8_t clear);

123456