TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
strapping.c File Reference

Functions

void bh_chip_set_straps (struct bh_chip *chip)
void bh_chip_unset_straps (struct bh_chip *chip)
int i2c_straps (void)
int deinit_i2c_straps (void)
 SYS_INIT (i2c_straps, POST_KERNEL, CONFIG_TT_I2C_STRAP_INIT_PRIORITY)
 SYS_INIT (deinit_i2c_straps, APPLICATION, CONFIG_TT_I2C_STRAP_INIT_PRIORITY)

Function Documentation

◆ bh_chip_set_straps()

void bh_chip_set_straps ( struct bh_chip * chip)

◆ bh_chip_unset_straps()

void bh_chip_unset_straps ( struct bh_chip * chip)

◆ deinit_i2c_straps()

int deinit_i2c_straps ( void )

◆ i2c_straps()

int i2c_straps ( void )

◆ SYS_INIT() [1/2]

SYS_INIT ( deinit_i2c_straps ,
APPLICATION ,
CONFIG_TT_I2C_STRAP_INIT_PRIORITY  )

◆ SYS_INIT() [2/2]

SYS_INIT ( i2c_straps ,
POST_KERNEL ,
CONFIG_TT_I2C_STRAP_INIT_PRIORITY  )