/Zephyr-latest/arch/x86/core/ |
D | early_serial.c | 21 #define OUT(reg, val) sys_out8(val, reg + DT_REG_ADDR(DT_CHOSEN(zephyr_console))) macro 29 #define OUT(reg, val) sys_write32((val) & 0xff, mmio + (reg) * 4) macro 41 #define OUT(reg, val) sys_write8(val, BASE + reg) macro 74 OUT(REG_THR, c); in serout() 105 OUT(REG_IER, IER_DISABLE); /* Disable interrupts */ in z_x86_early_serial_init() 106 OUT(REG_LCR, LCR_DLAB_SELECT); /* DLAB select */ in z_x86_early_serial_init() 107 OUT(REG_BRDL, 1); /* Baud divisor = 1 */ in z_x86_early_serial_init() 108 OUT(REG_BRDH, 0); in z_x86_early_serial_init() 109 OUT(REG_LCR, LCR_8N1); /* LCR = 8n1 + DLAB off */ in z_x86_early_serial_init() 110 OUT(REG_MCR, MCR_DTR | MCR_RTS); in z_x86_early_serial_init() [all …]
|
/Zephyr-latest/boards/pine64/pinetime_devkit0/doc/ |
D | index.rst | 38 | P0.02/AIN0 | SPI-SCK, LCD_SCK | OUT | 40 | P0.03/AIN1 | SPI-MOSI, LCD_SDI | OUT | 44 | P0.05/AIN3 | SPI-CE# (SPI-NOR) | OUT | 48 | P0.07 | BMA421-SCL, HRS3300-SCL, TP-SCL | OUT | 52 | P0.09/NFC1 | LCD_DET | OUT | 54 | P0.10/NFC2 | TP_RESET | OUT | 62 | P0.14/TRACEDATA3 | LCD_BACKLIGHT_LOW | OUT | 64 | P0.15/TRACEDATA2 | PUSH BUTTON_OUT | OUT | 66 | P0.16/TRACEDATA1 | VIBRATOR OUT | OUT | 70 | P0.18/TRACEDATA0/SWO | LCD_RS OUT | | [all …]
|
/Zephyr-latest/tests/drivers/pwm/pwm_gpio_loopback/boards/ |
D | nrf54h20dk_nrf54h20_cpuapp.overlay | 6 * - PWM130 OUT[0] at P0.00 <-> GPIO input at P0.01 7 * - PWM120 OUT[0] at P7.00 <-> GPIO input at P1.09 8 * - PWM120 OUT[1] at P7.01 <-> GPIO input at P1.05
|
D | nrf54l15dk_nrf54l15_cpuapp.overlay | 6 * - PWM20 OUT[0] at P1.10 <-> GPIO input at P1.11
|
/Zephyr-latest/samples/subsys/usb/audio/headphones_microphone/ |
D | README.rst | 5 Implement a USB Audio microphone + headphones device with audio IN/OUT loopback. 11 project. This very simple sample that performs loopback over IN/OUT 33 - Chose default Audio IN/OUT.
|
/Zephyr-latest/samples/subsys/usb/audio/headset/ |
D | README.rst | 5 Implement a USB Audio headset device with audio IN/OUT loopback. 11 project. This very simple sample that performs loopback over IN/OUT 32 - Chose default Audio IN/OUT.
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | Kconfig.hid | 21 int "Number of buffers in the OUT pool" 25 Number of buffers in the OUT pool per HID instance.
|
/Zephyr-latest/boards/ezurio/bt610/doc/ |
D | bt610.rst | 121 | 1 | EXT_SPI_CS_2 | External SPI CS 2 | OUT | 139 | 10 | DO2 | Digital Output 2 | OUT | 148 | 1 | DO1 | Digital Output 1 | OUT | 166 | 10 | B+ OUT | Ext. sensor power supply | (N/A) | 177 | 2 | UART_1_CTS | UART 1 CTS | OUT | 181 | 4 | UART_1_TXD | UART 1 TXD | OUT | 183 | 5 | EXT_I2C_SCL | External I2C SCL | OUT | 185 | 6 | EXT_I2C_SDA | External I2C SDA | IN/OUT | 187 | 7 | EXT_SPI_CLK/TRACEDATA3 | Ext. SPI CLK/TRACE DATA 3 | OUT | 191 | 9 | EXT_SPI_MOSI | External SPI MOSI | OUT | [all …]
|
/Zephyr-latest/boards/atmel/sam0/samr21_xpro/doc/ |
D | index.rst | 113 | MOSI | PB30 (OUT, SPI MOSI) … 117 | SCLK | PC18 (OUT, SPI SCLK) … 119 | CS | PB31 (OUT, GPIO output) … 123 | RSTN | PB15 (OUT, GPIO output) … 125 | SLP_TR | PA20 (OUT, GPIO output) …
|
/Zephyr-latest/subsys/usb/device/class/hid/ |
D | Kconfig | 30 bool "USB HID Device Interrupt OUT Endpoint" 32 Enable USB HID Device Interrupt OUT Endpoint.
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_nrf.c | 282 NRF_PSEL_PWM(reg, OUT[0]) = psel; in pinctrl_configure_pins() 288 NRF_PSEL_PWM(reg, OUT[1]) = psel; in pinctrl_configure_pins() 294 NRF_PSEL_PWM(reg, OUT[2]) = psel; in pinctrl_configure_pins() 300 NRF_PSEL_PWM(reg, OUT[3]) = psel; in pinctrl_configure_pins()
|
/Zephyr-latest/doc/connectivity/usb/device/api/ |
D | usb_device.rst | 18 For CDC ACM sample driver this happens via the OUT bulk endpoint handler
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_sam0.c | 122 uint32_t out = config->regs->OUT.reg; in gpio_sam0_port_set_masked_raw() 124 config->regs->OUT.reg = (out & ~mask) | (value & mask); in gpio_sam0_port_set_masked_raw()
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome-sidebar-only-darkmode-toggle.css | 26 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
D | doxygen-awesome-sidebar-only.css | 25 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | ecb.c | 84 NRF_ECB->OUT.PTR = (uint32_t)ep->out; in do_ecb() 180 NRF_ECB->OUT.PTR = (uint32_t)out; in ecb_encrypt_nonblocking()
|
/Zephyr-latest/boards/ezurio/bl654_sensor_board/doc/ |
D | bl654_sensor_board.rst | 119 | 2 | RTS | UART Ready-to-send pin | OUT | 150 | 2 | SWDIO | Serial wire data input/output pin | IN/OUT | 158 | 6 | SWO | Serial wire output pin | OUT |
|
/Zephyr-latest/samples/boards/nordic/nrfx/ |
D | README.rst | 20 This calls the ``button_handler()`` callback and triggers the LED 1 pin OUT task.
|
/Zephyr-latest/boards/adi/max32672fthr/ |
D | max32672fthr.dts | 74 <20 0 &gpio0 5 0>, /* HFX CLK OUT */
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 55 * ACL data through one bulk IN and one bulk OUT endpoints 235 an OUT interrupt endpoint is optional. Thus, the minimum implementation requirement 306 If the application wishes to receive output reports via the OUT interrupt endpoint, 467 ``15 IN`` and ``15 OUT`` device endpoints are also available for use in functions. 470 device controller might support one IN and one OUT isochronous endpoint, but 472 Also, one controller may be able to have IN/OUT endpoints on the same endpoint 473 number, interrupt IN endpoint 0x81 and bulk OUT endpoint 0x01, while the other
|
/Zephyr-latest/drivers/display/ |
D | display_nrf_led_matrix.c | 304 dev_config->pwm->PSEL.OUT[channel_idx] = col_psel; in prepare_pixel_pulse() 356 dev_config->pwm->PSEL.OUT[i] = NRF_PWM_PIN_NOT_CONNECTED; in timer_irq_handler()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf54lx.h | 393 #define OUTPTR OUT.PTR
|
D | radio_sim_nrf54l.h | 387 #define OUTPTR OUT.PTR
|
/Zephyr-latest/cmake/linker/ |
D | linker_script_common.cmake | 672 set(OUT) variable 673 to_string(OBJECT ${new_system} STRING OUT) 676 file(WRITE ${OUT_FILE} "${OUT}")
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | zephyr_common_config.ecl | 60 -config=MC3R1.D4.9,macros+={questionable,"name(OUT)"}
|