/Zephyr-latest/samples/drivers/jesd216/src/ |
D | main.c | 34 typedef void (*dw_extractor)(const struct jesd216_param_header *php, 51 static void summarize_dw1(const struct jesd216_param_header *php, in summarize_dw1() argument 84 int rc = jesd216_bfp_read_support(php, bfp, in summarize_dw1() 98 static void summarize_dw2(const struct jesd216_param_header *php, in summarize_dw2() argument 104 static void summarize_dw89(const struct jesd216_param_header *php, in summarize_dw89() argument 113 typ_max_mul = jesd216_bfp_erase_type_times(php, bfp, in summarize_dw89() 127 static void summarize_dw11(const struct jesd216_param_header *php, in summarize_dw11() argument 132 if (jesd216_bfp_decode_dw11(php, bfp, &dw11) != 0) { in summarize_dw11() 151 static void summarize_dw12(const struct jesd216_param_header *php, in summarize_dw12() argument 176 static void summarize_dw14(const struct jesd216_param_header *php, in summarize_dw14() argument [all …]
|
/Zephyr-latest/drivers/flash/ |
D | jesd216.c | 26 int jesd216_bfp_read_support(const struct jesd216_param_header *php, in jesd216_bfp_read_support() argument 35 if ((php->len_dw >= 15) in jesd216_bfp_read_support() 41 if ((php->len_dw >= 19) in jesd216_bfp_read_support() 64 if (php->len_dw >= 17) { in jesd216_bfp_read_support() 87 if (php->len_dw >= 17) { in jesd216_bfp_read_support() 150 int jesd216_bfp_erase_type_times(const struct jesd216_param_header *php, in jesd216_bfp_erase_type_times() argument 158 if (php->len_dw < 10) { in jesd216_bfp_erase_type_times() 194 int jesd216_bfp_decode_dw11(const struct jesd216_param_header *php, in jesd216_bfp_decode_dw11() argument 199 if (php->len_dw < 11) { in jesd216_bfp_decode_dw11() 248 int jesd216_bfp_decode_dw14(const struct jesd216_param_header *php, in jesd216_bfp_decode_dw14() argument [all …]
|
D | jesd216.h | 266 * @param php pointer to the BFP header. 284 int jesd216_bfp_read_support(const struct jesd216_param_header *php, 323 * @param php pointer to the BFP header. 338 int jesd216_bfp_erase_type_times(const struct jesd216_param_header *php, 345 * @param php pointer to the BFP header. 352 static inline uint32_t jesd216_bfp_page_size(const struct jesd216_param_header *php, in jesd216_bfp_page_size() argument 356 if (php->len_dw < 11) { in jesd216_bfp_page_size() 391 * @param php pointer to the BFP header. 400 int jesd216_bfp_decode_dw11(const struct jesd216_param_header *php, 423 * @param php pointer to the BFP header. [all …]
|
D | flash_andes_qspi.c | 506 const struct jesd216_param_header *php, in spi_nor_process_bfp() argument 527 dev_data->page_size = jesd216_bfp_page_size(php, bfp); in spi_nor_process_bfp() 570 const struct jesd216_param_header *php = hp->phdr; in spi_nor_process_sfdp() local 572 php + MIN(decl_nph, 1 + hp->nph); in spi_nor_process_sfdp() 574 while (php != phpe) { in spi_nor_process_sfdp() 575 uint16_t id = jesd216_param_id(php); in spi_nor_process_sfdp() 578 (php - hp->phdr), id, php->rev_major, php->rev_minor, in spi_nor_process_sfdp() 579 php->len_dw, jesd216_param_addr(php)); in spi_nor_process_sfdp() 583 uint32_t dw[MIN(php->len_dw, 20)]; in spi_nor_process_sfdp() 589 jesd216_param_addr(php), u_param.dw, sizeof(u_param.dw)); in spi_nor_process_sfdp() [all …]
|
D | flash_stm32_qspi.c | 1155 const struct jesd216_param_header *php, in spi_nor_process_bfp() argument 1183 data->page_size = jesd216_bfp_page_size(php, bfp); in spi_nor_process_bfp() 1192 if (jesd216_bfp_decode_dw16(php, bfp, &dw16) == 0) { in spi_nor_process_bfp() 1232 rc = jesd216_bfp_read_support(php, bfp, supported_modes[i], &res); in spi_nor_process_bfp() 1256 rc = jesd216_bfp_decode_dw15(php, bfp, &dw15); in spi_nor_process_bfp() 1491 const struct jesd216_param_header *php = hp->phdr; in flash_stm32_qspi_init() local 1492 const struct jesd216_param_header *phpe = php + in flash_stm32_qspi_init() 1495 while (php != phpe) { in flash_stm32_qspi_init() 1496 uint16_t id = jesd216_param_id(php); in flash_stm32_qspi_init() 1499 (php - hp->phdr), id, php->rev_major, php->rev_minor, in flash_stm32_qspi_init() [all …]
|
D | spi_nor.c | 1169 const struct jesd216_param_header *php, in spi_nor_process_bfp() argument 1192 data->page_size = jesd216_bfp_page_size(php, bfp); in spi_nor_process_bfp() 1214 if (jesd216_bfp_decode_dw16(php, bfp, &dw16) == 0) { in spi_nor_process_bfp() 1259 const struct jesd216_param_header *php = hp->phdr; in spi_nor_process_sfdp() local 1260 const struct jesd216_param_header *phpe = php + MIN(decl_nph, 1 + hp->nph); in spi_nor_process_sfdp() 1262 while (php != phpe) { in spi_nor_process_sfdp() 1263 uint16_t id = jesd216_param_id(php); in spi_nor_process_sfdp() 1266 (php - hp->phdr), id, php->rev_major, php->rev_minor, in spi_nor_process_sfdp() 1267 php->len_dw, jesd216_param_addr(php)); in spi_nor_process_sfdp() 1271 uint32_t dw[MIN(php->len_dw, 20)]; in spi_nor_process_sfdp() [all …]
|
D | flash_stm32_xspi.c | 1808 const struct jesd216_param_header *php, in spi_nor_process_bfp() argument 1878 if (jesd216_bfp_read_support(php, bfp, supported_read_modes[idx], in spi_nor_process_bfp() 1905 if (jesd216_bfp_decode_dw15(php, bfp, &dw15) < 0) { in spi_nor_process_bfp() 1924 data->page_size = jesd216_bfp_page_size(php, bfp); in spi_nor_process_bfp() 2260 const struct jesd216_param_header *php = hp->phdr; in flash_stm32_xspi_init() local 2261 const struct jesd216_param_header *phpe = php + in flash_stm32_xspi_init() 2264 while (php != phpe) { in flash_stm32_xspi_init() 2265 uint16_t id = jesd216_param_id(php); in flash_stm32_xspi_init() 2268 (php - hp->phdr), id, php->rev_major, php->rev_minor, in flash_stm32_xspi_init() 2269 php->len_dw, jesd216_param_addr(php)); in flash_stm32_xspi_init() [all …]
|
D | flash_stm32_ospi.c | 1971 const struct jesd216_param_header *php, in spi_nor_process_bfp() argument 2041 if (jesd216_bfp_read_support(php, bfp, supported_read_modes[idx], in spi_nor_process_bfp() 2068 if (jesd216_bfp_decode_dw15(php, bfp, &dw15) < 0) { in spi_nor_process_bfp() 2087 data->page_size = jesd216_bfp_page_size(php, bfp); in spi_nor_process_bfp() 2441 const struct jesd216_param_header *php = hp->phdr; in flash_stm32_ospi_init() local 2442 const struct jesd216_param_header *phpe = php + in flash_stm32_ospi_init() 2445 while (php != phpe) { in flash_stm32_ospi_init() 2446 uint16_t id = jesd216_param_id(php); in flash_stm32_ospi_init() 2449 (php - hp->phdr), id, php->rev_major, php->rev_minor, in flash_stm32_ospi_init() 2450 php->len_dw, jesd216_param_addr(php)); in flash_stm32_ospi_init() [all …]
|
/Zephyr-latest/dts/bindings/sensor/ |
D | istentek,ist8310.yaml | 6 https://isentek.com/products_view.php?PID=10&sn=13
|
/Zephyr-latest/boards/gaisler/generic_leon3/doc/ |
D | index.rst | 119 * `GRLIB IP Library and LEON3, GPL version <https://www.gaisler.com/index.php/downloads/leongrlib>`_ 120 * `TSIM3 LEON3 simulator <https://www.gaisler.com/index.php/products/simulators/tsim3/tsim3-leon3>`_ 121 * `GRMON3 debug monitor <https://www.gaisler.com/index.php/products/debug-tools/grmon3>`_
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | mqtt_sn.rst | 28 https://www.eclipse.org/paho/index.php?page=components/mqtt-sn-transparent-gateway/index.php 31 https://www.oasis-open.org/committees/download.php/66091/MQTT-SN_spec_v1.2.pdf
|
/Zephyr-latest/dts/bindings/gpio/ |
D | ti,boosterpack-header.yaml | 29 http://processors.wiki.ti.com/index.php/BYOB or in the documentation for
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/ |
D | README.rst | 25 .. _MQTT-SN v1.2 spec: https://www.oasis-open.org/committees/download.php/66091/MQTT-SN_spec_v1.2.p… 68 …-SN Gateway: https://www.eclipse.org/paho/index.php?page=components/mqtt-sn-transparent-gateway/in…
|
/Zephyr-latest/boards/gaisler/gr716a_mini/doc/ |
D | index.rst | 204 * `GR716 Evaluation and Development Boards <https://www.gaisler.com/index.php/products/boards/gr716… 205 * `TSIM3 LEON3 simulator <https://www.gaisler.com/index.php/products/simulators/tsim3/tsim3-leon3>`_ 206 * `GRMON3 debug monitor <https://www.gaisler.com/index.php/products/debug-tools/grmon3>`_
|
/Zephyr-latest/doc/services/modbus/ |
D | index.rst | 39 .. _`MODBUS Protocol Specifications`: https://www.modbus.org/specs.php
|
/Zephyr-latest/doc/develop/toolchains/ |
D | designware_arc_mwdt.rst | 6 #. You need to have `ARC MWDT <https://www.synopsys.com/dw/ipdir.php?ds=sw_metaware>`_ installed on
|
/Zephyr-latest/boards/ti/msp_exp432p401r_launchxl/doc/ |
D | index.rst | 141 http://processors.wiki.ti.com/index.php/UniFlash_v4_Quick_Guide#Command_Line_Interface 147 …http://processors.wiki.ti.com/index.php/XDS_Emulation_Software_Package#XDS_Emulation_Software_.28e…
|
/Zephyr-latest/doc/security/ |
D | security-citations.rst | 46 Available: https://www.owasp.org/index.php/Application_Threat_Modeling.
|
/Zephyr-latest/boards/snps/iotdk/doc/ |
D | index.rst | 15 (IoTDK) <https://www.synopsys.com/dw/ipdir.php?ds=arc_iot_development_kit>`__ 189 .. _Designware ARC IoT Development Kit website: https://www.synopsys.com/dw/ipdir.php?ds=arc_iot_de…
|
/Zephyr-latest/boards/ti/cc3220sf_launchxl/doc/ |
D | index.rst | 267 http://processors.wiki.ti.com/index.php/CC31xx_%26_CC32xx 282 http://processors.wiki.ti.com/index.php/Category:CCS_UniFlash 291 …http://processors.wiki.ti.com/index.php/XDS_Emulation_Software_Package#XDS_Emulation_Software_.28e…
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/compose/ |
D | gateway.conf | 11 # http://www.eclipse.org/org/documents/edl-v10.php.
|
/Zephyr-latest/boards/ronoth/lodev/doc/ |
D | index.rst | 147 .. _AcSIP S76S: http://www.acsip.com.tw/index.php?action=products-detail&fid1=11&fid2=29&fid3=27&id… 149 .. _AcSIP S76S Product Information Brief: https://www.acsip.com.tw/index.php?action=download_pro&pe…
|
/Zephyr-latest/boards/sipeed/longan_nano/doc/ |
D | index.rst | 13 - `Nuclei website <https://www.nucleisys.com/download.php>`_
|
/Zephyr-latest/boards/snps/nsim/arc_v/doc/ |
D | index.rst | 195 .. _Designware ARC nSIM: https://www.synopsys.com/dw/ipdir.php?ds=sim_nsim 198 .. _ARC MWDT: https://www.synopsys.com/dw/ipdir.php?ds=sw_metaware
|
/Zephyr-latest/boards/qemu/arc/doc/ |
D | index.rst | 99 …<https://www.synopsys.com/dw/doc.php/iip/dwc_arc_hs4xd/latest/doc/ARC_V2_PublicProgrammers_Referen…
|