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.
-
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.
MsgStmFlashUnlockSector :: Word32 -> MsgStmFlashUnlockSectorsbp SwiftNav.SBP.Flash No documentation available.
-
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.
MsgStmUniqueIdReq :: MsgStmUniqueIdReqsbp SwiftNav.SBP.Flash No documentation available.
-
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.
MsgStmUniqueIdResp :: [Word8] -> MsgStmUniqueIdRespsbp SwiftNav.SBP.Flash No documentation available.
_msgStmFlashLockSector_sector :: MsgStmFlashLockSector -> !Word32sbp SwiftNav.SBP.Flash Flash sector number to lock
_msgStmFlashUnlockSector_sector :: MsgStmFlashUnlockSector -> !Word32sbp SwiftNav.SBP.Flash Flash sector number to unlock
_msgStmUniqueIdResp_stm_id :: MsgStmUniqueIdResp -> ![Word8]sbp SwiftNav.SBP.Flash Device unique ID
msgStmFlashLockSector :: Word16sbp SwiftNav.SBP.Flash No documentation available.