Home
last modified time | relevance | path

Searched refs:dir (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_lpi2c.h785 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()
Dfsl_lpi2c.c652 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/
Dfsl_lpi2c.h733 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()
Dfsl_lpi2c.c634 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/
Dfsl_i3c.h1051 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);
Dfsl_i3c.c869 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()