Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data MsgStmFlashUnlockSector

    sbp SwiftNav.SBP.Flash

    SBP class for message MSG_STM_FLASH_UNLOCK_SECTOR (0x00E4). The flash unlock message unlocks a sector of the STM flash memory. The device replies with a MSG_FLASH_DONE message.

  2. MsgStmFlashUnlockSector :: Word32 -> MsgStmFlashUnlockSector

    sbp SwiftNav.SBP.Flash

    No documentation available.

  3. data MsgStmUniqueIdReq

    sbp SwiftNav.SBP.Flash

    SBP class for message MSG_STM_UNIQUE_ID_REQ (0x00E8). This message reads the device's hard-coded unique ID. The host requests the ID by sending a MSG_STM_UNIQUE_ID_REQ. The device responds with a MSG_STM_UNIQUE_ID_RESP with the 12-byte unique ID in the payload.

  4. MsgStmUniqueIdReq :: MsgStmUniqueIdReq

    sbp SwiftNav.SBP.Flash

    No documentation available.

  5. data MsgStmUniqueIdResp

    sbp SwiftNav.SBP.Flash

    SBP class for message MSG_STM_UNIQUE_ID_RESP (0x00E5). This message reads the device's hard-coded unique ID. The host requests the ID by sending a MSG_STM_UNIQUE_ID_REQ. The device responds with a MSG_STM_UNIQUE_ID_RESP with the 12-byte unique ID in the payload.

  6. MsgStmUniqueIdResp :: [Word8] -> MsgStmUniqueIdResp

    sbp SwiftNav.SBP.Flash

    No documentation available.

  7. _msgStmFlashLockSector_sector :: MsgStmFlashLockSector -> !Word32

    sbp SwiftNav.SBP.Flash

    Flash sector number to lock

  8. _msgStmFlashUnlockSector_sector :: MsgStmFlashUnlockSector -> !Word32

    sbp SwiftNav.SBP.Flash

    Flash sector number to unlock

  9. _msgStmUniqueIdResp_stm_id :: MsgStmUniqueIdResp -> ![Word8]

    sbp SwiftNav.SBP.Flash

    Device unique ID

  10. msgStmFlashLockSector :: Word16

    sbp SwiftNav.SBP.Flash

    No documentation available.

Page 205 of many | Previous | Next