Type Definition rp2040_pac::i2c0::IC_ACK_GENERAL_CALL[][src]

type IC_ACK_GENERAL_CALL = Reg<u32, _IC_ACK_GENERAL_CALL>;
Expand description

I2C ACK General Call Register\n\n The register controls whether DW_apb_i2c responds with a ACK or NACK when it receives an I2C General Call address.\n\n This register is applicable only when the DW_apb_i2c is in slave mode.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see ic_ack_general_call module

Trait Implementations

Register IC_ACK_GENERAL_CALL reset()’s with value 0x01

Register size

Reset value of the register

read() method returns ic_ack_general_call::R reader structure

write(|w| ..) method takes ic_ack_general_call::W writer structure