Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpi2c.h718 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir);
736 …inline status_t LPI2C_MasterRepeatedStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir) in LPI2C_MasterRepeatedStart() argument
738 return LPI2C_MasterStart(base, address, dir); in LPI2C_MasterRepeatedStart()
Dfsl_lpi2c.c522 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir) in LPI2C_MasterStart() argument
545 base->MTDR = kStartCmd | (((uint32_t)address << 1U) | (uint32_t)dir); in LPI2C_MasterStart()