Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
sbp SwiftNav.SBP.Flash SBP class for message MSG_FLASH_READ_REQ (0x00E7). The flash read message reads a set of addresses of either the STM or M25 onboard flash. The device replies with a MSG_FLASH_READ_RESP message containing either the read data on success or a MSG_FLASH_DONE message containing the return code FLASH_INVALID_LEN (2) if the maximum read size is exceeded or FLASH_INVALID_ADDR (3) if the address is outside of the allowed range.
MsgFlashReadReq :: Word8 -> [Word8] -> Word8 -> MsgFlashReadReqsbp SwiftNav.SBP.Flash No documentation available.
-
sbp SwiftNav.SBP.Flash SBP class for message MSG_FLASH_READ_RESP (0x00E1). The flash read message reads a set of addresses of either the STM or M25 onboard flash. The device replies with a MSG_FLASH_READ_RESP message containing either the read data on success or a MSG_FLASH_DONE message containing the return code FLASH_INVALID_LEN (2) if the maximum read size is exceeded or FLASH_INVALID_ADDR (3) if the address is outside of the allowed range.
MsgFlashReadResp :: Word8 -> [Word8] -> Word8 -> MsgFlashReadRespsbp SwiftNav.SBP.Flash No documentation available.
_msgFlashReadReq_addr_len :: MsgFlashReadReq -> !Word8sbp SwiftNav.SBP.Flash Length of set of addresses to read, counting up from starting address
_msgFlashReadReq_addr_start :: MsgFlashReadReq -> ![Word8]sbp SwiftNav.SBP.Flash Starting address offset to read from
_msgFlashReadReq_target :: MsgFlashReadReq -> !Word8sbp SwiftNav.SBP.Flash Target flags
_msgFlashReadResp_addr_len :: MsgFlashReadResp -> !Word8sbp SwiftNav.SBP.Flash Length of set of addresses to read, counting up from starting address
_msgFlashReadResp_addr_start :: MsgFlashReadResp -> ![Word8]sbp SwiftNav.SBP.Flash Starting address offset to read from
_msgFlashReadResp_target :: MsgFlashReadResp -> !Word8sbp SwiftNav.SBP.Flash Target flags