Searched refs:an (Results 1 – 25 of 1916) sorted by relevance
12345678910>>...77
/Zephyr-latest/samples/basic/blinky_pwm/ |
D | README.rst | 5 Blink an LED using the PWM API. 10 This application blinks an LED using the :ref:`PWM API <pwm_api>`. See 26 The board must have an LED connected to a PWM output channel. The PWM 35 already connected to an LED on the board. 45 - connect PWM2 (PA0) to an LED 47 - connect PWM2 (PA0) to an LED 49 - connect PWM2 (PA0) to an LED 51 - connect PWM2 (PA0) to an LED 53 - connect PWM1 (PA8) to an LED 55 - connect PWM1 (PA8) to an LED [all …]
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig.ifx_xmc4 | 3 # Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or 4 # an affiliate of Cypress Semiconductor Corporation 22 Buffer to receive data as an I2C Target.
|
/Zephyr-latest/samples/drivers/led/is31fl3194/ |
D | README.rst | 5 Cycle colors on an RGB LED connected to the IS31FL3194 using the LED API. 10 This sample cycles several colors on an RGB LED forever using the LED API. 15 This sample can be built and executed on an Arduino Nicla Sense ME, or on 16 any board where the devicetree has an I2C device node with compatible
|
/Zephyr-latest/soc/infineon/cat1a/common/ |
D | noinit.ld | 2 * Copyright (c) 2022 Cypress Semiconductor Corporation (an Infineon company) or 3 * an affiliate of Cypress Semiconductor Corporation
|
D | rom_cm0image.ld | 2 * Copyright (c) 2021 Cypress Semiconductor Corporation (an Infineon company) or 3 * an affiliate of Cypress Semiconductor Corporation
|
D | ram_cm0image.ld | 2 * Copyright (c) 2021 Cypress Semiconductor Corporation (an Infineon company) or 3 * an affiliate of Cypress Semiconductor Corporation
|
/Zephyr-latest/samples/boards/nxp/mimxrt1170_evk_cm7/magic_addr/ |
D | README.rst | 4 Configure an interrupt that triggers on arbitrary RAM/TCM address access. 11 Magic Addr is a feature of FlexRAM that allows user to configure an interrupt 12 on an arbitrary RAM/TCM address access. This sample shows how to use the custom
|
/Zephyr-latest/doc/kernel/services/other/ |
D | atomic.rst | 7 by threads and ISRs in an uninterruptible manner. It is a 32-bit variable on 19 Using the kernel's atomic APIs to manipulate an atomic variable 24 in an array of atomic variables. 29 Defining an Atomic Variable 34 By default an atomic variable is initialized to zero. However, it can be given 41 Manipulating an Atomic Variable 47 The following code shows how an atomic variable can be used to keep track 66 Manipulating an Array of Atomic Variables 70 However, you can also define an N-bit array of atomic variables using 77 using an array of atomic variables. [all …]
|
/Zephyr-latest/doc/services/portability/ |
D | cmsis_rtos_v2.rst | 25 not set, an error is thrown when the same thread tries to acquire 38 semaphore_id is in an invalid semaphore state) is not supported. 42 is in an invalid mutex state) is not supported. 46 is in an invalid timer state) is not supported. 50 parameter msgq_id is in an invalid message queue state) 55 parameter msgq_id is in an invalid message queue state) 60 parameter mp_id is in an invalid memory pool state) is 65 parameter mp_id is in an invalid memory pool state) is
|
/Zephyr-latest/tests/drivers/counter/counter_basic_api/boards/ |
D | cy8cproto_063_ble.overlay | 4 * Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or 5 * an affiliate of Cypress Semiconductor Corporation
|
/Zephyr-latest/samples/drivers/counter/alarm/boards/ |
D | cy8cproto_063_ble.overlay | 4 * Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or 5 * an affiliate of Cypress Semiconductor Corporation
|
/Zephyr-latest/dts/arm/infineon/cat1b/mpns/ |
D | CYW20829B0000.dtsi | 2 * Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or 3 * an affiliate of Cypress Semiconductor Corporation
|
D | CYW20829B0010.dtsi | 2 * Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or 3 * an affiliate of Cypress Semiconductor Corporation
|
D | CYW20829B0021.dtsi | 2 * Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or 3 * an affiliate of Cypress Semiconductor Corporation
|
D | CYW89829B0022.dtsi | 2 * Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or 3 * an affiliate of Cypress Semiconductor Corporation
|
D | CYW89829B0232.dtsi | 2 * Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or 3 * an affiliate of Cypress Semiconductor Corporation
|
/Zephyr-latest/soc/infineon/cat1b/ |
D | Kconfig | 1 # Copyright (c) 2024 Cypress Semiconductor Corporation (an Infineon company) or 2 # an affiliate of Cypress Semiconductor Corporation
|
/Zephyr-latest/tests/drivers/rtc/rtc_api/boards/ |
D | cyw920829m2evk_02.overlay | 4 * Copyright (c) 2024 Cypress Semiconductor Corporation (an Infineon company) or 5 * an affiliate of Cypress Semiconductor Corporation
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.mmio32 | 9 is useful when an SoC or board has registers that aren't part of a 12 driving an LED, or chip-select line for an SPI device.
|
/Zephyr-latest/boards/infineon/cy8cproto_063_ble/ |
D | Kconfig.cy8cproto_063_ble | 3 # Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or 4 # an affiliate of Cypress Semiconductor Corporation
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.device_io | 14 Select 'y' here and Zephyr will provide an implementation of the POSIX_DEVICE_IO Option 29 When selected via Kconfig, Zephyr will provide an alias for close() as _close(). 34 When selected via Kconfig, Zephyr will provide an alias for open() as _open(). 39 When selected via Kconfig, Zephyr will provide an alias for read() as _read(). 44 When selected via Kconfig, Zephyr will provide an alias for write() as _write().
|
/Zephyr-latest/samples/boards/nordic/nrf_led_matrix/ |
D | README.rst | 4 Use the nRF LED matrix display driver to drive an LED matrix. 17 but it could be ported to any board with an nRF SoC and the proper number 18 of GPIOs available for driving an LED matrix. To do it, one needs to add an
|
/Zephyr-latest/samples/drivers/counter/alarm/ |
D | README.rst | 5 Implement an alarm application using the counter API. 9 This sample provides an example of alarm application using :ref:`counter API <counter_api>`. 10 It sets an alarm with an initial delay of 2 seconds. At each alarm
|
/Zephyr-latest/modules/hal_infineon/serial-flash/ |
D | CMakeLists.txt | 1 # Copyright (c) 2024 Cypress Semiconductor Corporation (an Infineon company) or 2 # an affiliate of Cypress Semiconductor Corporation
|
/Zephyr-latest/doc/project/ |
D | proposals.rst | 11 block a release. This is an incremental enhancement to a feature that already 21 implementation proposal and an owner. Features must go through an RFC process 25 A request or plan to port an existing feature or enhancement to a particular 27 architecture, SoC or board to adding an implementation of a peripheral driver 28 API for an existing hardware platform. 38 willingness to drive implementation of the feature in an upcoming release, and 40 If not though, an owner will be assigned after evaluation by the TSC. 55 ``feature-request`` to ``feature`` with the target milestone and an assignee. 57 All items marked as ``feature-request`` are non-binding and those without an 59 by any project member or the community. You should contact an assigned owner if [all …]
|
12345678910>>...77