Searched +full:auto +full:- +full:refresh +full:- +full:interval (Results 1 – 4 of 4) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.07 pinctrl-0 = <&sdram_default>;8 pinctrl-names = "default";10 auto-refresh-interval = <10>;11 auto-refresh-count = <8>;12 precharge-cycle-count = <3>;13 multiplex-addr-shift = "10-bit";14 edian-mode = "little-endian";15 continuous-access;16 bus-width = "16-bit";[all …]
3 * SPDX-License-Identifier: Apache-2.06 /dts-v1/;9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/input/input-event-codes.h>11 #include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h>12 #include <zephyr/dt-bindings/memory-controller/renesas,ra-sdram.h>13 #include <zephyr/dt-bindings/adc/adc.h>14 #include "ek_ra8d1-pinctrl.dtsi"17 model = "Renesas EK-RA8D1";24 zephyr,shell-uart = &uart9;[all …]
30 sub-commands. Every time the device boots up, make sure to call ``mesh init`` before any of the43 The simplest way to provision the device is through self-provisioning. To do this the user must49 devices, as long as they're assigned non-overlapping unicast addresses. Alternatively, to provision51 ``mesh prov pb-adv on`` or ``mesh prov pb-gatt on``. The beacons can be picked up by an external68 ``mesh prov local`` command above), we can perform self-configuration through any of the73 uart:~$ mesh models cfg get-comp89 uart:~$ mesh test net-send 82020100120 .. list-table:: Parameter formats122 :header-rows: 1124 * - Type[all …]
5 * SPDX-License-Identifier: Apache-2.020 #include <zephyr/dt-bindings/flash_controller/ospi.h>187 struct flash_stm32_ospi_data *dev_data = dev->data; in ospi_lock_thread()189 k_sem_take(&dev_data->sem, K_FOREVER); in ospi_lock_thread()194 struct flash_stm32_ospi_data *dev_data = dev->data; in ospi_unlock_thread()196 k_sem_give(&dev_data->sem); in ospi_unlock_thread()201 const struct flash_stm32_ospi_config *dev_cfg = dev->config; in ospi_send_cmd()202 struct flash_stm32_ospi_data *dev_data = dev->data; in ospi_send_cmd()205 LOG_DBG("Instruction 0x%x", cmd->Instruction); in ospi_send_cmd()207 dev_data->cmd_status = 0; in ospi_send_cmd()[all …]