/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/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 | 157 | 1 | EXT_SPI_CS_2 | External SPI CS 2 | OUT | 175 | 10 | DO2 | Digital Output 2 | OUT | 184 | 1 | DO1 | Digital Output 1 | OUT | 202 | 10 | B+ OUT | Ext. sensor power supply | (N/A) | 213 | 2 | UART_1_CTS | UART 1 CTS | OUT | 217 | 4 | UART_1_TXD | UART 1 TXD | OUT | 219 | 5 | EXT_I2C_SCL | External I2C SCL | OUT | 221 | 6 | EXT_I2C_SDA | External I2C SDA | IN/OUT | 223 | 7 | EXT_SPI_CLK/TRACEDATA3 | Ext. SPI CLK/TRACE DATA 3 | OUT | 227 | 9 | EXT_SPI_MOSI | External SPI MOSI | OUT | [all …]
|
/Zephyr-latest/boards/atmel/sam0/samr21_xpro/doc/ |
D | index.rst | 139 | MOSI | PB30 (OUT, SPI MOSI) … 143 | SCLK | PC18 (OUT, SPI SCLK) … 145 | CS | PB31 (OUT, GPIO output) … 149 | RSTN | PB15 (OUT, GPIO output) … 151 | 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 | 273 NRF_PSEL_PWM(reg, OUT[0]) = psel; in pinctrl_configure_pins() 279 NRF_PSEL_PWM(reg, OUT[1]) = psel; in pinctrl_configure_pins() 285 NRF_PSEL_PWM(reg, OUT[2]) = psel; in pinctrl_configure_pins() 291 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/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/boards/ezurio/bl654_sensor_board/doc/ |
D | bl654_sensor_board.rst | 155 | 2 | RTS | UART Ready-to-send pin | OUT | 186 | 2 | SWDIO | Serial wire data input/output pin | IN/OUT | 194 | 6 | SWO | Serial wire output pin | 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/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)"}
|
/Zephyr-latest/boards/u-blox/ubx_bmd360eval/doc/ |
D | index.rst | 164 Debug OUT (J3)
|
/Zephyr-latest/boards/u-blox/ubx_bmd330eval/doc/ |
D | index.rst | 166 Debug OUT (J3)
|
/Zephyr-latest/boards/u-blox/ubx_bmd300eval/doc/ |
D | index.rst | 170 Debug OUT (J3)
|
/Zephyr-latest/boards/ti/cc1352r_sensortag/doc/ |
D | index.rst | 138 #. Connect the ARM 10-pin JTAG cable to XDS110 OUT header on your LaunchPad
|