Home | History | Annotate | Download | only in whisper

Lines Matching refs:int8_t

31 #define SHA_SUCCESS             (int8_t)  0x00 //!< Function succeeded. Device status, if available, was okay.
32 #define SHA_GEN_FAIL (int8_t) 0xD0 //!< unspecified error
33 #define SHA_BAD_PARAM (int8_t) 0xD1 //!< bad argument (out of range, null pointer, etc.)
34 #define SHA_PARSE_ERROR (int8_t) 0xD2 //!< response status byte indicates parsing error
35 #define SHA_CMD_FAIL (int8_t) 0xD3 //!< response status byte indicates command execution error
36 #define SHA_STATUS_UNKNOWN (int8_t) 0xD4 //!< response status byte is unknown
37 #define SHA_FUNC_FAIL (int8_t) 0xE0 //!< Function could not execute due to incorrect condition / state.
38 #define SHA_COMM_FAIL (int8_t) 0xF0 //!< Communication with device failed.
39 #define SHA_TIMEOUT (int8_t) 0xF1 //!< Timed out while waiting for response.
40 #define SHA_BAD_SIZE (int8_t) 0xF2 //!< Size value in response was different than expected.
41 #define SHA_HW_FAIL (int8_t) 0xF3 //!< Hardware failure, for instance setting up a timer or port.
42 #define SHA_INVALID_ID (int8_t) 0xF4 //!< invalid device id, id not set
43 #define SHA_INVALID_SIZE (int8_t) 0xF5 //!< Could not copy response because receive buffer was too small.
44 #define SHA_BAD_CRC (int8_t) 0xF6 //!< incorrect CRC received