Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c.c24 void I3C_BusSetAddrSlot(i3c_bus_t *bus, uint8_t addr, i3c_addr_slot_status_t status) in I3C_BusSetAddrSlot() function
46 I3C_BusSetAddrSlot(bus, i, kI3C_Bus_AddrSlot_Reserved); in I3C_BusInitAddrSlots()
50 I3C_BusSetAddrSlot(bus, 0x78U, kI3C_Bus_AddrSlot_Reserved); in I3C_BusInitAddrSlots()
51 I3C_BusSetAddrSlot(bus, 0x79U, kI3C_Bus_AddrSlot_Reserved); in I3C_BusInitAddrSlots()
52 I3C_BusSetAddrSlot(bus, 0x7BU, kI3C_Bus_AddrSlot_Reserved); in I3C_BusInitAddrSlots()
53 I3C_BusSetAddrSlot(bus, 0x7DU, kI3C_Bus_AddrSlot_Reserved); in I3C_BusInitAddrSlots()
57 I3C_BusSetAddrSlot(bus, I3C_BOARDCAST_SINGLE_BIT_ERR_DETECT_ADDR1, kI3C_Bus_AddrSlot_Reserved); in I3C_BusInitAddrSlots()
58 I3C_BusSetAddrSlot(bus, I3C_BOARDCAST_SINGLE_BIT_ERR_DETECT_ADDR2, kI3C_Bus_AddrSlot_Reserved); in I3C_BusInitAddrSlots()
59 I3C_BusSetAddrSlot(bus, I3C_BOARDCAST_SINGLE_BIT_ERR_DETECT_ADDR3, kI3C_Bus_AddrSlot_Reserved); in I3C_BusInitAddrSlots()
60 I3C_BusSetAddrSlot(bus, I3C_BOARDCAST_SINGLE_BIT_ERR_DETECT_ADDR4, kI3C_Bus_AddrSlot_Reserved); in I3C_BusInitAddrSlots()
[all …]
Dfsl_component_i3c.h371 void I3C_BusSetAddrSlot(i3c_bus_t *bus, uint8_t addr, i3c_addr_slot_status_t status);