Searched refs:dir (Results 1 – 6 of 6) sorted by relevance
/hal_nxp-2.7.6/mcux/drivers/imx/ |
D | fsl_lpi2c.h | 785 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir); 803 …inline status_t LPI2C_MasterRepeatedStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir) in LPI2C_MasterRepeatedStart() argument 805 return LPI2C_MasterStart(base, address, dir); in LPI2C_MasterRepeatedStart()
|
D | fsl_lpi2c.c | 652 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir) in LPI2C_MasterStart() argument 669 base->MTDR = (uint32_t)kStartCmd | (((uint32_t)address << 1U) | (uint32_t)dir); in LPI2C_MasterStart()
|
/hal_nxp-2.7.6/mcux/drivers/kinetis/ |
D | fsl_lpi2c.h | 733 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir); 751 …inline status_t LPI2C_MasterRepeatedStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir) in LPI2C_MasterRepeatedStart() argument 753 return LPI2C_MasterStart(base, address, dir); in LPI2C_MasterRepeatedStart()
|
D | fsl_lpi2c.c | 634 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir) in LPI2C_MasterStart() argument 657 base->MTDR = (uint32_t)kStartCmd | (((uint32_t)address << 1U) | (uint32_t)dir); in LPI2C_MasterStart()
|
/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/ |
D | fsl_i3c.h | 1051 status_t I3C_MasterStart(I3C_Type *base, i3c_bus_type_t type, uint8_t address, i3c_direction_t dir); 1069 …I3C_MasterRepeatedStart(I3C_Type *base, i3c_bus_type_t type, uint8_t address, i3c_direction_t dir);
|
D | fsl_i3c.c | 869 status_t I3C_MasterStart(I3C_Type *base, i3c_bus_type_t type, uint8_t address, i3c_direction_t dir) in I3C_MasterStart() argument 878 return I3C_MasterRepeatedStart(base, type, address, dir); in I3C_MasterStart() 898 … I3C_MasterRepeatedStart(I3C_Type *base, i3c_bus_type_t type, uint8_t address, i3c_direction_t dir) in I3C_MasterRepeatedStart() argument 909 …rlVal |= I3C_MCTRL_TYPE(type) | I3C_MCTRL_REQUEST(kI3C_RequestEmitStartAddr) | I3C_MCTRL_DIR(dir) | in I3C_MasterRepeatedStart()
|