Searched full:implement (Results 1 – 25 of 465) sorted by relevance
12345678910>>...19
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | index.rst | 62 * SHOULD implement attribute setting in a blocking manner. 71 * SHOULD implement :c:type:`sensor_sample_fetch_t` as a blocking call that 74 * SHOULD implement :c:type:`sensor_channel_get_t` without side effects 76 * SHOULD implement :c:type:`sensor_trigger_set_t` storing the address of the 83 * MUST implement :c:type:`sensor_submit_t` as a non-blocking call. 84 * SHOULD implement :c:type:`sensor_submit_t` using :ref:`rtio` to do non-blocking bus transfers if … 85 * MAY implement :c:type:`sensor_submit_t` using a work queue if 87 * SHOULD implement :c:type:`sensor_submit_t` checking the :c:struct:`rtio_sqe` 89 * SHOULD implement :c:type:`sensor_submit_t` checking all requested channels 91 * SHOULD implement :c:type:`sensor_submit_t` checking the provided buffer [all …]
|
/Zephyr-latest/drivers/mm/ |
D | mm_drv_common.h | 117 * Drivers do not have to implement their own sys_mm_drv_map_region() 120 * Or the drivers can implement their own sys_mm_drv_map_region(), then 143 * Drivers do not have to implement their own sys_mm_drv_map_array() 146 * Or the drivers can implement their own sys_mm_drv_map_array(), then 169 * Drivers do not have to implement their own sys_mm_drv_unmap_region() 172 * Or the drivers can implement their own sys_mm_drv_unmap_region(), then 192 * Drivers do not have to implement their own sys_mm_drv_remap_region() 195 * Or the drivers can implement their own sys_mm_drv_remap_region(), then 219 * Drivers do not have to implement their own sys_mm_drv_move_region() 222 * Or the drivers can implement their own sys_mm_drv_move_region(), then [all …]
|
/Zephyr-latest/dts/bindings/fuel-gauge/ |
D | zephyr,fuel-gauge-composite.yaml | 18 Device must implement the sensor API and provide the 26 Device must implement the sensor API and provide the
|
/Zephyr-latest/subsys/secure_storage/ |
D | Kconfig.its_transform | 14 Implement the functions declared in <zephyr/secure_storage/its/transform.h> 53 Implement the secure_storage_its_transform_aead_get_scheme() function 90 Implement the secure_storage_its_transform_aead_get_key() function 120 Implement the secure_storage_its_transform_aead_get_nonce() function
|
D | Kconfig | 44 Implement the functions declared in <zephyr/secure_storage/its.h>. 91 Implement the functions declared in <zephyr/secure_storage/ps.h>.
|
/Zephyr-latest/subsys/dsp/ |
D | Kconfig | 33 Implement the various zephyr DSP functions using the CMSIS-DSP library. This feature 50 Implement the various zephyr DSP functions using the MWDT-DSP library. This feature
|
/Zephyr-latest/include/zephyr/drivers/timer/ |
D | system_timer.h | 38 * every tick and implement this function as a noop), the requirement 127 * arch_k_cycle_get_32()) to implement the cycle counter, though the 134 * than 50Mhz) then it is recommended to also implement 154 * is greater than 50Mhz) then it is recommended to implement this API. 159 * implement this API.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.5.rst | 143 * ``ZEP-273`` - nios2: implement flashing scripts 148 * ``ZEP-289`` - nios2: implement kernel_event_logger 177 * ``ZEP-650`` - Quark SE: Implement PM reference application 178 * ``ZEP-652`` - QMSI shim driver: RTC: Implement suspend and resume callbacks 179 * ``ZEP-655`` - QMSI shim driver: PWM: Implement suspend and resume callbacks 180 * ``ZEP-658`` - QMSI shim driver: GPIO: Implement suspend and resume callbacks 181 * ``ZEP-659`` - QMSI shim driver: UART: Implement suspend and resume callbacks 182 * ``ZEP-662`` - QMSI shim driver: Pinmux: Implement suspend and resume callbacks 202 * ``ZEP-221`` - [drivers/nble][PTS_TEST] Implement Execute Write Request handler
|
/Zephyr-latest/dts/bindings/serial/ |
D | altr,jtag-uart.yaml | 15 Buffer size of transmit fifo. This used to implement irq_tx_complete.
|
/Zephyr-latest/doc/services/pm/ |
D | index.rst | 7 integrator to implement power management support that can take full
|
/Zephyr-latest/dts/bindings/gnss/ |
D | gnss-nmea-generic.yaml | 7 Implement a generic NMEA based GNSS device.
|
/Zephyr-latest/boards/microchip/ev11l78a/ |
D | Kconfig.defconfig | 16 # no need to ever implement source for it.
|
/Zephyr-latest/doc/kernel/services/other/ |
D | atomic.rst | 105 Use an atomic variable to implement critical section processing that only 108 Use multiple atomic variables to implement critical section processing 113 other techniques to implement critical sections such as using a mutex
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | assert.c | 23 * Todo: implement FFF functionality, see the host unit tests for reference in assert_post_action()
|
/Zephyr-latest/soc/nordic/ |
D | Kconfig | 83 Two pins are usually reserved for NFC in SoCs that implement the 138 at later stages, for example, to implement authenticated debug. 180 handle it at later stages, for example, to implement authenticated
|
/Zephyr-latest/arch/riscv/core/ |
D | reboot.c | 21 * Each RISC-V SoC that has reset feature should implement own reset function.
|
/Zephyr-latest/tests/drivers/audio/dmic_api/ |
D | README.txt | 4 This test is designed to verify that DMIC peripherals implement the API
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | CMakeLists.txt | 8 # mgmt_mcumgr_transport covers interface API, allowing to implement transports.
|
/Zephyr-latest/samples/bluetooth/tmap_bmr/ |
D | README.rst | 5 Implement the TMAP Broadcast Media Receiver (BMR) role.
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.clic | 26 implement the riscv_clic_irq_vector_set() function.
|
/Zephyr-latest/samples/bluetooth/central/ |
D | README.rst | 5 Implement basic Bluetooth LE Central role functionality (scanning and connecting).
|
/Zephyr-latest/samples/bluetooth/tmap_central/ |
D | README.rst | 5 Implement the TMAP Call Gateway (CG) and Unicast Media Sender (UMS) roles.
|
/Zephyr-latest/samples/bluetooth/tmap_peripheral/ |
D | README.rst | 5 Implement the TMAP Call Terminal (CT) and Unicast Media Receiver (UMR) roles.
|
/Zephyr-latest/samples/bluetooth/peripheral/ |
D | README.rst | 5 …Implement basic Bluetooth LE Peripheral role functionality (advertising and exposing GATT services…
|
/Zephyr-latest/samples/bluetooth/tmap_bms/ |
D | README.rst | 5 Implement the LE Audio TMAP Broadcast Media Sender (BMS) role.
|
12345678910>>...19