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.

  1. data MsgFlashReadReq

    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.

  2. MsgFlashReadReq :: Word8 -> [Word8] -> Word8 -> MsgFlashReadReq

    sbp SwiftNav.SBP.Flash

    No documentation available.

  3. data MsgFlashReadResp

    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.

  4. MsgFlashReadResp :: Word8 -> [Word8] -> Word8 -> MsgFlashReadResp

    sbp SwiftNav.SBP.Flash

    No documentation available.

  5. _msgFlashReadReq_addr_len :: MsgFlashReadReq -> !Word8

    sbp SwiftNav.SBP.Flash

    Length of set of addresses to read, counting up from starting address

  6. _msgFlashReadReq_addr_start :: MsgFlashReadReq -> ![Word8]

    sbp SwiftNav.SBP.Flash

    Starting address offset to read from

  7. _msgFlashReadReq_target :: MsgFlashReadReq -> !Word8

    sbp SwiftNav.SBP.Flash

    Target flags

  8. _msgFlashReadResp_addr_len :: MsgFlashReadResp -> !Word8

    sbp SwiftNav.SBP.Flash

    Length of set of addresses to read, counting up from starting address

  9. _msgFlashReadResp_addr_start :: MsgFlashReadResp -> ![Word8]

    sbp SwiftNav.SBP.Flash

    Starting address offset to read from

  10. _msgFlashReadResp_target :: MsgFlashReadResp -> !Word8

    sbp SwiftNav.SBP.Flash

    Target flags

Page 806 of many | Previous | Next