Searched full:x (Results 1 – 11 of 11) sorted by relevance
| /hal_intel-latest/zephyr/iut_test/test_zephyr/gpio/ |
| D | test_gpio.c | 23 iut_print("GPLR register is 0x%x\n", read32(regs + 0x4)); in dump_gpio_regs() 24 iut_print("GPDR register is 0x%x\n", read32(regs + 0x1C)); in dump_gpio_regs() 25 iut_print("GRER register is 0x%x\n", read32(regs + 0x64)); in dump_gpio_regs() 26 iut_print("GFER register is 0x%x\n", read32(regs + 0x7c)); in dump_gpio_regs() 27 iut_print("GIMR register is 0x%x\n", read32(regs + 0xac)); in dump_gpio_regs() 28 iut_print("GISR register is 0x%x\n", read32(regs + 0xc4)); in dump_gpio_regs() 86 iut_print("trigger callback %d times, pin index is 0x%x\n", times, pins); in test_callback()
|
| /hal_intel-latest/bsp_sedi/soc/common/include/ |
| D | sedi_spi_regs.h | 1252 * DR0: Data Register x 1273 * DR1: Data Register x 1294 * DR2: Data Register x 1315 * DR3: Data Register x 1336 * DR4: Data Register x 1357 * DR5: Data Register x 1378 * DR6: Data Register x 1399 * DR7: Data Register x 1420 * DR8: Data Register x 1441 * DR9: Data Register x [all …]
|
| /hal_intel-latest/bsp_sedi/include/driver/ |
| D | sedi_driver_common.h | 27 * \brief Generate a mask with bit x set. 32 #define BIT(x) (1U << (x)) argument 170 #define PARAM_UNUSED(x) (void)(x) argument 235 #define SET_MASK(x) (1UL << (x)) argument 241 #define CLEAR_MASK(x) (~(1UL << (x))) argument
|
| /hal_intel-latest/zephyr/iut_test/src/ |
| D | main.c | 33 iut_print("\nIUT: (%s, %s, 0x%x): Start running cases ......\n", in iut_run() 79 iut_print("\nIUT: (%s, %s, 0x%x): Finished %u cases, %u failed ......\n", in iut_run()
|
| D | shell_iut.c | 24 shell_fprintf(shell, SHELL_NORMAL, "\t- %s, %s, 0x%x\n", in cmd_iut_list()
|
| /hal_intel-latest/.github/workflows/ |
| D | checkpatch.yml | 20 chmod +x ./checkpatch.pl
|
| /hal_intel-latest/bsp_sedi/soc/intel_ish/pm/ |
| D | pm_regs.h | 13 #define BIT(x) (1U << (x)) argument
|
| /hal_intel-latest/bsp_sedi/drivers/i2c/ |
| D | sedi_i2c_dw_apb_200a.c | 117 #define I2C_CONTEXT_INIT(x) \ argument 119 .base = SEDI_IREG_BASE(I2C, x), .speed = I2C_SPEED_FAST, \ 120 .tx_dma_handshake = DMA_HWID_I2C##x##_TX, .rx_dma_handshake = DMA_HWID_I2C##x##_RX,\
|
| /hal_intel-latest/bsp_sedi/soc/intel_ish/pm/aon/ |
| D | aon_task.c | 580 #define STRINGIFY(x) #x argument
|
| /hal_intel-latest/bsp_sedi/drivers/spi/ |
| D | sedi_spi_dw_apb.c | 106 #define SPI_CONTEXT_INIT(x) \ argument 108 .base = (sedi_spi_regs_t *)SEDI_IREG_BASE(SPI, x), \ 109 .dma_handshake = DMA_HWID_SPI##x##_TX, .dummy_data = 0x00, \ 110 .rx_handshake = DMA_HWID_SPI##x##_RX \
|
| /hal_intel-latest/docs/ |
| D | bsp_sedi_doxyfile | 1802 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x 1803 # 14 inches) and executive (7.25 x 10.5 inches).
|