Home
last modified time | relevance | path

Searched refs:options (Results 1 – 8 of 8) sorted by relevance

/hal_microchip-latest/mpfs/drivers/mss/mss_i2c/
Dmss_i2c.h571 uint8_t options; member
821 uint8_t options
904 uint8_t options
997 uint8_t options
Dmss_i2c.c159 uint8_t options in MSS_I2C_write() argument
193 this_i2c->options = options; in MSS_I2C_write()
232 uint8_t options in MSS_I2C_read() argument
266 this_i2c->options = options; in MSS_I2C_read()
306 uint8_t options in MSS_I2C_write_read() argument
352 this_i2c->options = options; in MSS_I2C_write_read()
753 hold_bus = this_i2c->options & MSS_I2C_HOLD_BUS; in mss_i2c_isr()
848 hold_bus = this_i2c->options & MSS_I2C_HOLD_BUS; in mss_i2c_isr()
/hal_microchip-latest/mpfs/drivers/mss/mss_sys_services/
Dmss_sys_services.h1830 uint32_t options,
1998 uint8_t options,
Dmss_sys_services.c956 uint32_t options, in MSS_SYS_digest_check() argument
962 uint32_t l_options = options; in MSS_SYS_digest_check()
1046 uint8_t options, in MSS_SYS_spi_copy() argument
1053 if ((options < 1U) || (options > 3U)) in MSS_SYS_spi_copy()
1061 mb_format[16] = options; in MSS_SYS_spi_copy()
/hal_microchip-latest/mec5/drivers/
Dmec_qspi.c548 int mec_hal_qspi_options(struct mec_qspi_regs *regs, uint8_t en, uint32_t options) in mec_hal_qspi_options() argument
556 if (options & MEC_BIT(MEC_QSPI_OPT_ACTV_EN_POS)) { in mec_hal_qspi_options()
562 if (options & MEC_BIT(MEC_QSPI_OPT_TAF_DMA_EN_POS)) { in mec_hal_qspi_options()
568 if (options & MEC_BIT(MEC_QSPI_OPT_RX_LDMA_EN_POS)) { in mec_hal_qspi_options()
574 if (options & MEC_BIT(MEC_QSPI_OPT_TX_LDMA_EN_POS)) { in mec_hal_qspi_options()
Dmec_qspi_api.h188 int mec_hal_qspi_options(struct mec_qspi_regs *regs, uint8_t en, uint32_t options);
/hal_microchip-latest/mpfs/drivers/fpga_ip/CoreSysServices_PF/
Dcore_sysservices_pf.h1321 uint32_t options,
Dcore_sysservices_pf.c652 uint32_t options, in SYS_digest_check_service() argument
657 uint32_t l_options = options; in SYS_digest_check_service()