Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.c2006 void tfa2_set_exttemp(struct tfa2_device *tfa, short ext_temp) in tfa2_set_exttemp() argument
2008 if ((-256 <= ext_temp) && (ext_temp <= 255)) in tfa2_set_exttemp()
2011 dev_dbg(&tfa->i2c->dev, "Using ext temp %d C\n", twos(ext_temp)); in tfa2_set_exttemp()
2013 tfa2_i2c_write_bf(tfa->i2c, TFA9XXX_BF_EXTTS, twos(ext_temp)); in tfa2_set_exttemp()
2024 short ext_temp = (short)tfa2_i2c_read_bf(tfa->i2c, TFA9XXX_BF_EXTTS); in tfa2_get_exttemp() local
2025 return (twos(ext_temp)); in tfa2_get_exttemp()
Dtfa2_dev.h559 void tfa2_set_exttemp(struct tfa2_device *tfa, short ext_temp);