ATECC508A.DataZone.write_padded

You're seeing just the function write_padded, go back to ATECC508A.DataZone module for more information.
Link to this function

write_padded(transport, slot, data)

View Source

Specs

write_padded(ATECC508A.Transport.t(), ATECC508A.Request.slot(), binary()) ::
  :ok | {:error, atom()}

Write a slot in the data zone and pad to a multiple of 32-bytes

This is useful to get around 32-byte write limitations. The padded bytes are set to 0.