Home
last modified time | relevance | path

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

/drivers/dac/
A Ddac_dacx3608.c138 const bool brdcast = (channel == DAC_CHANNEL_BROADCAST) ? 1 : 0; in dacx3608_write_value() local
140 if (!brdcast && (channel > DACX3608_MAX_CHANNEL - 1)) { in dacx3608_write_value()
149 if ((brdcast && !data->configured) || in dacx3608_write_value()
172 const uint8_t reg = brdcast ? DACX3608_REG_BRDCAST : DACX3608_REG_DACA_DATA + channel; in dacx3608_write_value()

Completed in 3 milliseconds